From e826f0e59c7bfb56ae1d153ff1a87a646213575f Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:32:58 -0600 Subject: [PATCH] fix populate cache --- .forgejo/actions/prepare-rust/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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