mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-12-01 05:51:07 +00:00
Don't overwrite cache
This commit is contained in:
parent
96686d6436
commit
213acd9f10
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ runs:
|
||||||
export PATH=$PATH:$HOME/.rustup/bin
|
export PATH=$PATH:$HOME/.rustup/bin
|
||||||
-
|
-
|
||||||
name: Populate rust cache
|
name: Populate rust cache
|
||||||
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: https://github.com/actions/cache/save@v4
|
uses: https://github.com/actions/cache/save@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
|
|
Loading…
Reference in a new issue