From fc2be983e7e8ac74b42c87039ef6d4068239734d Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:38:50 +1000 Subject: [PATCH] Fix cache-workspace-crates in action.yml (#2217) Put it on the wrong line Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/actions/just-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/just-setup/action.yml b/.github/actions/just-setup/action.yml index 0e77e1b2..6ae94f25 100644 --- a/.github/actions/just-setup/action.yml +++ b/.github/actions/just-setup/action.yml @@ -91,9 +91,9 @@ runs: uses: Swatinem/rust-cache@v2 with: env-vars: "CARGO CC CFLAGS CXX CMAKE RUST JUST" + cache-workspace-crates: true env: RUSTFLAGS: ${{ steps.retrieve-rustflags.outputs.RUSTFLAGS }} - cache-workspace-crates: true - name: Find zig location and create symlink to it in ~/.local/bin if: env.JUST_USE_CARGO_ZIGBUILD