Actually save cache

This commit is contained in:
asonix 2024-02-07 16:39:53 -06:00
parent 1210bfc3b8
commit 440155eb42
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ runs:
export PATH=$PATH:$HOME/.rustup/bin export PATH=$PATH:$HOME/.rustup/bin
- -
name: Populate rust cache name: Populate rust cache
uses: https://github.com/actions/cache/restore@v4 uses: https://github.com/actions/cache/save@v4
if: steps.cache.outputs.cache-hit != 'true'
with: with:
path: | path: |
~/.cargo/bin ~/.cargo/bin