Skip to content

Commit

Permalink
👷 fix cache ignore setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Aug 11, 2024
1 parent 432b3c2 commit 4321452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: |
target
target/*
!target/tmp
key: "${{ matrix.os }}-${{ steps.install_rust.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}"
restore-keys: "${{ matrix.os }}-${{ steps.install_rust.outputs.version }}"
Expand All @@ -57,6 +57,6 @@ jobs:
uses: actions/cache/save@v4
with:
path: |
target
target/*
!target/tmp
key: "${{ steps.restore-rust-build-cache.outputs.cache-primary-key }}"

0 comments on commit 4321452

Please sign in to comment.