Skip to content

Commit 5bb8ded

Browse files
committed
Install ripgrep in CI
1 parent 69c7e20 commit 5bb8ded

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Install Rust
3535
uses: dtolnay/rust-toolchain@stable
3636

37+
- name: Install ripgrep
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y ripgrep
41+
3742
- name: Cache Cargo
3843
uses: actions/cache@v4
3944
with:

0 commit comments

Comments
 (0)