mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Add missing shell
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
931f258d1c
commit
7f91143272
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
|
@ -56,6 +56,7 @@ runs:
|
|||
if [ "$RUNNER_OS" = "macOS" ]; then RUNNER_TARGET=aarch64-apple-darwin; fi
|
||||
if [ "$RUNNER_OS" = "Windows" ]; then RUNNER_TARGET=x86_64-pc-windows-msvc; fi
|
||||
echo "RUNNER_TARGET=$RUNNER_TARGET" >>"$GITHUB_ENV"
|
||||
shell: bash
|
||||
|
||||
- name: Install tools
|
||||
uses: taiki-e/install-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue