mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-29 22:16:37 +00:00
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:
parent
040f37d923
commit
fc2be983e7
1 changed files with 1 additions and 1 deletions
2
.github/actions/just-setup/action.yml
vendored
2
.github/actions/just-setup/action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue