Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Jun 18, 2022
1 parent 80b4082 commit ab6bf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi
echo /opt/aarch64-linux-musl-cross/bin >> $GITHUB_PATH
if ! test -d ; then
if ! test -d /opt/x86_64-linux-musl-cross/bin; then
wget https://more.musl.cc/$(uname -m)-linux-musl/x86_64-linux-musl-cross.tgz
tar -xvf x86_64-linux-musl-cross.tgz
mv x86_64-linux-musl-cross /opt/
Expand Down

0 comments on commit ab6bf2e

Please sign in to comment.