about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-31 11:14:50 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-12-31 11:14:50 +0000
commit3fa4efffb0dd3b7ebd82d2096deecb5dd7f8c8fc (patch)
tree17aaae3e2fe0bf28b1716792b1c429b76b4048b9
parente2502acd157c605a7341244b0c02c25b213e9078 (diff)
downloadrust-3fa4efffb0dd3b7ebd82d2096deecb5dd7f8c8fc.tar.gz
rust-3fa4efffb0dd3b7ebd82d2096deecb5dd7f8c8fc.zip
Install ripgrep using the system package manager
-rw-r--r--.github/workflows/rustc.yml5
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