Don't overwrite cache

This commit is contained in:
asonix 2024-02-07 19:29:20 -06:00
parent 96686d6436
commit 213acd9f10
1 changed files with 1 additions and 0 deletions

View File

@ -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: |