Skip to content

Commit

Permalink
set arm linker
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Sep 30, 2021
1 parent 28abdfb commit d8a4964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install clang libc6-dev-arm64-cross -y
echo "TARGET_CC=clang" >> $GITHUB_ENV
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=/usr/aarch64-linux-gnu/bin/ld" >> $GITHUB_ENV
- name: Install p7zip (MacOS)
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit d8a4964

Please sign in to comment.