mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix typo
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
7f91143272
commit
f44582f355
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
|
@ -50,7 +50,7 @@ runs:
|
|||
run: echo "tools=$tools,$inputs_tools" >>"$GITHUB_ENV"
|
||||
shell: bash
|
||||
|
||||
- name: Determine native target:
|
||||
- name: Determine native target
|
||||
run: |
|
||||
if [ "$RUNNER_OS" = "Linux" ]; then RUNNER_TARGET=x86_64-unknown-linux-gnu; fi
|
||||
if [ "$RUNNER_OS" = "macOS" ]; then RUNNER_TARGET=aarch64-apple-darwin; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue