Don't overwrite cache
Some checks failed
/ tests (push) Failing after 16s
/ check (x86_64-unknown-linux-musl) (push) Waiting to run
/ clippy (push) Failing after 14s
/ check (armv7-unknown-linux-musleabihf) (push) Has been cancelled
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled

This commit is contained in:
asonix 2024-02-07 19:29:20 -06:00
parent 96686d6436
commit 213acd9f10

View file

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