mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
Fix cache paths
This commit is contained in:
parent
61b75049bd
commit
14d49d0fce
1 changed files with 18 additions and 15 deletions
|
@ -29,6 +29,7 @@ jobs:
|
||||||
name: Populate rust cache
|
name: Populate rust cache
|
||||||
uses: https://github.com/actions/cache/save@v4
|
uses: https://github.com/actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/registry/index
|
~/.cargo/registry/index
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
|
@ -50,6 +51,7 @@ jobs:
|
||||||
name: Fetch rust cache
|
name: Fetch rust cache
|
||||||
uses: https://github.com/actions/cache/restore@v4
|
uses: https://github.com/actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/registry/index
|
~/.cargo/registry/index
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
|
@ -97,6 +99,7 @@ jobs:
|
||||||
name: Fetch rust cache
|
name: Fetch rust cache
|
||||||
uses: https://github.com/actions/cache/restore@v4
|
uses: https://github.com/actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/registry/index
|
~/.cargo/registry/index
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
|
|
Loading…
Reference in a new issue