Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update cargo cache key in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 19, 2024
1 parent 7ada0ca commit 40700db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ jobs:
with:
path: |
~/.cargo
key: ${{ runner.os }}-cargo-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-${{ matrix.target }}-
key: ${{ runner.os }}-cargo-${{ matrix.target }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 40700db

Please sign in to comment.