3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-03-05 08:10:22 +00:00

Fixed Cargo example not working for multiple archs

This commit is contained in:
Ben (Desktop/Arch) 2026-03-01 12:42:20 +00:00
parent 5656298164
commit 0e9f0072e7

View file

@ -618,7 +618,7 @@ whenever possible:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-{{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
```
## Scala - SBT