Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatheson committed Jul 26, 2024
1 parent bb3b4f5 commit 43d9559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_target/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ runs:

- name: Set arm64 env vars
if: matrix.target == 'aarch64-unknown-linux-musl'
shell: bash
run: |
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=aarch64-linux-gnu-gcc
export CC=aarch64-linux-gnu-gcc
Expand Down

0 comments on commit 43d9559

Please sign in to comment.