mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16: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
|
uses: taiki-e/install-action@v2
|
||||||
with:
|
with:
|
||||||
tool: ${{ env.tools }}
|
tool: ${{ env.tools }}
|
||||||
|
env:
|
||||||
CARGO_BUILD_TARGET: ${{ env.RUNNER_TARGET }}
|
CARGO_BUILD_TARGET: ${{ env.RUNNER_TARGET }}
|
||||||
|
|
||||||
- name: Install rust toolchains
|
- name: Install rust toolchains
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue