Skip to content

Commit

Permalink
show gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 41300e6 commit d44245e
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 @@ -209,6 +209,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
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 'export PATH="/opt/x-tools/aarch64-unknown-linux-musl/bin:$PATH"' >> $GITHUB_ENV
;;
"win-x86")
Expand Down

0 comments on commit d44245e

Please sign in to comment.