Skip to content

Commit

Permalink
why it's good
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 2f5007d commit 26087fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,8 @@ jobs:
sudo mkdir -p /opt/x-tools
wget -nv 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
/opt/x-tools/aarch64-unknown-linux-musl/bin/aarch64-unknown-linux-musl-gcc --version
echo "PATH=/opt/x-tools/aarch64-unknown-linux-musl/bin:" + (echo $PATH) >> $GITHUB_ENV
echo "PATH=/opt/x-tools/aarch64-unknown-linux-musl/bin" >> $GITHUB_ENV
;;
"win-x86")
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit 26087fe

Please sign in to comment.