Skip to content

Commit

Permalink
correct ls -l
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Feb 3, 2025
1 parent 57eca38 commit da4d92f
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 @@ -206,8 +206,8 @@ jobs:
sudo apt-get install -y musl-tools qemu-user
sudo mkdir -p /opt/x-tools
wget -nv https://github.com/musl-cross/musl-cross/releases/download/20241103/aarch64-unknown-linux-musl.tar.xz
ls -l /opt/x-tools/aarch64-unknown-linux-musl/bin
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 "/opt/x-tools/aarch64-unknown-linux-musl/bin" >> $GITHUB_PATH
;;
Expand Down

0 comments on commit da4d92f

Please sign in to comment.