Fix passing target to install-action

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-11-05 21:25:33 +11:00 committed by GitHub
parent f44582f355
commit 0fd7088411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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