Skip to content

Commit 6aba141

Browse files
committed
freaking cache validity in CI process horseass shit
1 parent 09fb1e2 commit 6aba141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
- uses: Swatinem/rust-cache@v2
8686
with:
8787
# The prefix cache key, this can be changed to start a new cache manually.
88-
prefix-key: "mpi-v5.0.6" # update me if brew formula changes to a new version
88+
prefix-key: "mpi-v5.0.5" # update me if brew formula changes to a new version
8989
- name: Set RUSTFLAGS for AVX
9090
if: matrix.feature != ''
9191
run: echo "RUSTFLAGS=$RUSTFLAGS -C target-feature=+${{ matrix.feature }}" >> $GITHUB_ENV
9292
- name: Run benchmark
9393
run: |
9494
python3 ./scripts/install.py
9595
cargo run --bin=dev-setup --release
96-
cargo run --bin=gkr --release -- -t ${{ matrix.os == 'macos-latest' && 2 || 16 }} -f ${{ matrix.field }}
96+
cargo run --bin=gkr --release -- -t ${{ matrix.os == 'macos-latest' && 2 || 16 }} -f ${{ matrix.field }}

0 commit comments

Comments
 (0)