Skip to content

Commit

Permalink
Install ripgrep using the system package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Dec 31, 2023
1 parent e2502ac commit 3fa4eff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
path: build/cg_clif
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}

- name: Install ripgrep
run: |
sudo apt update
sudo apt install -y ripgrep
- name: Prepare dependencies
run: ./y.sh prepare

Expand Down

0 comments on commit 3fa4eff

Please sign in to comment.