We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfec330 commit f89111dCopy full SHA for f89111d
.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
86
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
87
run: |
88
sudo apt-get update
89
- sudo apt-get install -y gcc make curl sqlite3 musl-dev musl-tools linux-headers-generic
+ sudo apt-get install -y gcc make curl sqlite3 musl-dev musl-tools linux-libc-dev wget
90
91
# Build OpenSSL for musl
92
wget https://www.openssl.org/source/openssl-3.0.15.tar.gz
0 commit comments