3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-03-28 02:35:47 +00:00
This commit is contained in:
Tommy G 2026-02-26 11:33:01 +00:00 committed by GitHub
commit fb83164bea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -613,6 +613,7 @@ whenever possible:
- uses: actions/cache@v5 - uses: actions/cache@v5
with: with:
path: | path: |
~/.cargo/.crates.toml
~/.cargo/bin/ ~/.cargo/bin/
~/.cargo/registry/index/ ~/.cargo/registry/index/
~/.cargo/registry/cache/ ~/.cargo/registry/cache/