diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index efa1d22..af8da61 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -52,7 +52,7 @@ runs: - name: Populate rust cache uses: https://github.com/actions/cache/restore@v4 - if: steps.cache.ou.cache-hit != 'true' + if: steps.cache.outputs.cache-hit != 'true' with: path: | ~/.cargo/bin