fix populate cache

This commit is contained in:
asonix 2024-02-07 16:32:58 -06:00
parent 39c74274fd
commit e826f0e59c

View file

@ -52,7 +52,7 @@ runs:
- -
name: Populate rust cache name: Populate rust cache
uses: https://github.com/actions/cache/restore@v4 uses: https://github.com/actions/cache/restore@v4
if: steps.cache.ou.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
with: with:
path: | path: |
~/.cargo/bin ~/.cargo/bin