3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-07-23 04:02:31 +00:00
This commit is contained in:
Ben 2026-06-23 20:22:08 -04:00 committed by GitHub
commit 4f2584cceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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