We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f1c2b commit 4b239faCopy full SHA for 4b239fa
.github/workflows/main.yml
@@ -175,14 +175,10 @@ jobs:
175
path: build/cg_clif
176
key: ${{ runner.os }}-x86_64-unknown-linux-gnu-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
177
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
-
184
- name: Install hyperfine
185
- run: cargo install hyperfine || true
+ run: |
+ sudo apt update
+ sudo apt install -y hyperfine
186
187
- name: Prepare dependencies
188
run: ./y.sh prepare
0 commit comments