mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix passing target to install-action
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
f44582f355
commit
0fd7088411
1 changed files with 1 additions and 0 deletions
1
.github/actions/just-setup/action.yml
vendored
1
.github/actions/just-setup/action.yml
vendored
|
@ -62,6 +62,7 @@ runs:
|
|||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: ${{ env.tools }}
|
||||
env:
|
||||
CARGO_BUILD_TARGET: ${{ env.RUNNER_TARGET }}
|
||||
|
||||
- name: Install rust toolchains
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue