mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
paths -> path
This commit is contained in:
parent
0b2afb1ac8
commit
39c74274fd
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ runs:
|
||||||
id: cache
|
id: cache
|
||||||
uses: https://github.com/actions/cache/restore@v4
|
uses: https://github.com/actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
paths: |
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/registry/index
|
~/.cargo/registry/index
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
|
@ -54,7 +54,7 @@ runs:
|
||||||
uses: https://github.com/actions/cache/restore@v4
|
uses: https://github.com/actions/cache/restore@v4
|
||||||
if: steps.cache.ou.cache-hit != 'true'
|
if: steps.cache.ou.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
paths: |
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
~/.cargo/registry/index
|
~/.cargo/registry/index
|
||||||
~/.cargo/registry/cache
|
~/.cargo/registry/cache
|
||||||
|
|
Loading…
Reference in a new issue