Skip to content

Commit

Permalink
feat: be more lenient on the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaavedra committed Aug 19, 2024
1 parent 2eb7b29 commit 1518019
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 @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.platform.target }}-${{ hashFiles('Cargo.lock') }}
key: ${{ matrix.platform.target }}
cache-on-failure: true
- name: Install musl-tools for cross-compilation
if: endsWith(matrix.platform.target, '-musl')
Expand Down

0 comments on commit 1518019

Please sign in to comment.