From 440155eb4212c9917e4435e9e9559e8622017eec Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:39:53 -0600 Subject: [PATCH] Actually save cache --- .forgejo/actions/prepare-rust/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/actions/prepare-rust/action.yaml b/.forgejo/actions/prepare-rust/action.yaml index 7936ffc..3939766 100644 --- a/.forgejo/actions/prepare-rust/action.yaml +++ b/.forgejo/actions/prepare-rust/action.yaml @@ -51,8 +51,7 @@ runs: export PATH=$PATH:$HOME/.rustup/bin - name: Populate rust cache - uses: https://github.com/actions/cache/restore@v4 - if: steps.cache.outputs.cache-hit != 'true' + uses: https://github.com/actions/cache/save@v4 with: path: | ~/.cargo/bin