Skip to content

Commit

Permalink
install gcc-aarch64-linux-gnu as linker
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 19, 2024
1 parent 3e0be8a commit 239fa07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y musl-tools
- name: install aarch64 linker
if: matrix.target == "aarch64-unknown-linux-musl"
run: |
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Get Rust toolchain
id: toolchain
working-directory: .
Expand Down

0 comments on commit 239fa07

Please sign in to comment.