Skip to content

Commit

Permalink
Change cache key #366
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvl committed Apr 20, 2022
1 parent 9df81a8 commit 8b44016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.toml', 'Cargo.lock) }}
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.toml', 'Cargo.lock') }}

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8b44016

Please sign in to comment.