Install ripgrep using the system package manager
This commit is contained in:
parent
e2502acd15
commit
3fa4efffb0
1 changed files with 5 additions and 0 deletions
5
.github/workflows/rustc.yml
vendored
5
.github/workflows/rustc.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue