Install ripgrep using the system package manager

This commit is contained in:
bjorn3 2023-12-31 11:14:50 +00:00
parent e2502acd15
commit 3fa4efffb0

View File

@ -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