Fix github workflow: force IPv4 for musl toolchain

This commit is contained in:
Mason Rowe 2025-12-29 00:51:58 -05:00 committed by GitHub
commit 2fd25a1a26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ jobs:
# download musl cross compilation toolchain
cd ~
curl -L "https://musl.cc/\$CROSS-cross.tgz" -o "\$CROSS-cross.tgz"
curl -L -4 --retry 5 --retry-all-errors --retry-delay 2 --connect-timeout 15 "https://musl.cc/\$CROSS-cross.tgz" -o "\$CROSS-cross.tgz"
tar xf "\$CROSS-cross.tgz"
# download, compile, and install libaio as static library