Skip to content

Commit

Permalink
Use key option in Rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Aug 7, 2024
1 parent 4e61e9a commit e9602e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- run: echo $(pwd)
- uses: Swatinem/rust-cache@v2
with:
workspaces: fuzz -> target
workspaces: fuzz
key: ${{ matrix.target }}
- run: cargo install cargo-fuzz
- name: cargo fuzz run
run: |
Expand Down

0 comments on commit e9602e6

Please sign in to comment.