mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Actually save cache
This commit is contained in:
parent
1210bfc3b8
commit
440155eb42
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ runs:
|
|||
export PATH=$PATH:$HOME/.rustup/bin
|
||||
-
|
||||
name: Populate rust cache
|
||||
uses: https://github.com/actions/cache/restore@v4
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
uses: https://github.com/actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/bin
|
||||
|
|
Loading…
Reference in a new issue