mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-28 12:31:00 +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
|
||||
-
|
||||
name: Populate rust cache
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
uses: https://github.com/actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
Loading…
Reference in a new issue