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>
This commit is contained in:
Jiahao XU 2025-06-29 15:38:50 +10:00 committed by GitHub
parent 040f37d923
commit fc2be983e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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