mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
fix populate cache
This commit is contained in:
parent
39c74274fd
commit
e826f0e59c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ runs:
|
||||||
-
|
-
|
||||||
name: Populate rust cache
|
name: Populate rust cache
|
||||||
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.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.cargo/bin
|
~/.cargo/bin
|
||||||
|
|
Loading…
Reference in a new issue