Skip to content

Commit 3fa4eff

Browse files
committed
Install ripgrep using the system package manager
1 parent e2502ac commit 3fa4eff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rustc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
path: build/cg_clif
4444
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
4545

46+
- name: Install ripgrep
47+
run: |
48+
sudo apt update
49+
sudo apt install -y ripgrep
50+
4651
- name: Prepare dependencies
4752
run: ./y.sh prepare
4853

0 commit comments

Comments
 (0)