File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ jobs:
85
85
- uses : Swatinem/rust-cache@v2
86
86
with :
87
87
# 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
89
89
- name : Set RUSTFLAGS for AVX
90
90
if : matrix.feature != ''
91
91
run : echo "RUSTFLAGS=$RUSTFLAGS -C target-feature=+${{ matrix.feature }}" >> $GITHUB_ENV
92
92
- name : Run benchmark
93
93
run : |
94
94
python3 ./scripts/install.py
95
95
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 }}
You can’t perform that action at this time.
0 commit comments