Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
skyf0l committed Jul 9, 2024
1 parent 5077dd7 commit adda4a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ jobs:
id: cache
with:
path: |
target
/usr/local/cargo/registry
/tmp/cache/rsacracker/target
/tmp/cache/cargo/registry
key: ${{ runner.os }}-rust-${{ env.CACHE_VERSION }}-${{ github.job }}-${{ matrix.arch }}-${{ hashFiles('**/Cargo.toml', '**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-rust-${{ env.CACHE_VERSION }}-${{ github.job }}-${{ matrix.arch }}-
Expand All @@ -232,8 +232,8 @@ jobs:
with:
cache-map: |
{
"target": "/usr/src/rsacracker/target",
"/usr/local/cargo/registry": "/usr/local/cargo/registry"
"/tmp/cache/rsacracker/target": "/usr/src/rsacracker/target",
"/tmp/cache/cargo/registry": "/usr/local/cargo/registry"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}

Expand Down

0 comments on commit adda4a2

Please sign in to comment.