diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-31 11:14:50 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-12-31 11:14:50 +0000 |
| commit | 3fa4efffb0dd3b7ebd82d2096deecb5dd7f8c8fc (patch) | |
| tree | 17aaae3e2fe0bf28b1716792b1c429b76b4048b9 | |
| parent | e2502acd157c605a7341244b0c02c25b213e9078 (diff) | |
| download | rust-3fa4efffb0dd3b7ebd82d2096deecb5dd7f8c8fc.tar.gz rust-3fa4efffb0dd3b7ebd82d2096deecb5dd7f8c8fc.zip | |
Install ripgrep using the system package manager
| -rw-r--r-- | .github/workflows/rustc.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/rustc.yml b/.github/workflows/rustc.yml index cb5dd51fee3..8085dc58263 100644 --- a/.github/workflows/rustc.yml +++ b/.github/workflows/rustc.yml @@ -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 |
