mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-03-26 01:18:12 +03:00
Update examples.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0e9f0072e7
commit
258f8c9111
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ whenever possible:
|
||||||
~/.cargo/registry/cache/
|
~/.cargo/registry/cache/
|
||||||
~/.cargo/git/db/
|
~/.cargo/git/db/
|
||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-{{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-${{ runner.arch }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Scala - SBT
|
## Scala - SBT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue