Skip to content

Commit

Permalink
correct github path
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 072d06b commit cf38d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
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
/opt/x-tools/aarch64-unknown-linux-musl/bin/aarch64-unknown-linux-musl-gcc --version
echo "PATH=/opt/x-tools/aarch64-unknown-linux-musl/bin" >> $GITHUB_ENV
echo "/opt/x-tools/aarch64-unknown-linux-musl/bin" >> $GITHUB_PATH
;;
"win-x86")
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit cf38d06

Please sign in to comment.