Skip to content

Commit

Permalink
check aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 7ae5dc9 commit 4555536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
sudo mkdir -p /opt/x-tools
wget https://github.com/musl-cross/musl-cross/releases/download/20241103/aarch64-unknown-linux-musl.tar.xz
sudo tar -xf aarch64-unknown-linux-musl.tar.xz -C /opt/x-tools
ls -l /opt/x-tools/aarch64-unknown-linux-musl/bin
echo 'export PATH="/opt/x-tools/aarch64-unknown-linux-musl/bin:$PATH"' >> $GITHUB_ENV
;;
"win-x86")
Expand Down

0 comments on commit 4555536

Please sign in to comment.