Install ripgrep using the system package manager
This commit is contained in:
parent
e2502acd15
commit
3fa4efffb0
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…
x
Reference in New Issue
Block a user