Skip to content

Commit 4b239fa

Browse files
committed
Install hyperfine using the system package manager
1 parent 75f1c2b commit 4b239fa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,10 @@ jobs:
175175
path: build/cg_clif
176176
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
177177

178-
- name: Cache cargo bin dir
179-
uses: actions/cache@v3
180-
with:
181-
path: ~/.cargo/bin
182-
key: ${{ runner.os }}-${{ matrix.env.TARGET_TRIPLE }}-cargo-bin-dir-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
183-
184178
- name: Install hyperfine
185-
run: cargo install hyperfine || true
179+
run: |
180+
sudo apt update
181+
sudo apt install -y hyperfine
186182
187183
- name: Prepare dependencies
188184
run: ./y.sh prepare

0 commit comments

Comments
 (0)