Skip to content

Commit

Permalink
attempt to fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 11, 2024
1 parent f77a7d4 commit 4e4508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
key: ${{ runner.os }}-${{ matrix.toolchain }}
prefix-key: ${{ runner.os }}-${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- name: Create measurements
Expand Down

0 comments on commit 4e4508a

Please sign in to comment.