mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +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
|
||||
uses: https://github.com/actions/cache/restore@v4
|
||||
if: steps.cache.ou.cache-hit != 'true'
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin
|
||||
|
|
Loading…
Reference in a new issue