We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89111d commit 67beb6bCopy full SHA for 67beb6b
.github/workflows/main.yml
@@ -92,7 +92,7 @@ jobs:
92
wget https://www.openssl.org/source/openssl-3.0.15.tar.gz
93
tar -xzf openssl-3.0.15.tar.gz
94
cd openssl-3.0.15
95
- CC=musl-gcc ./Configure linux-aarch64 --prefix=/usr/local/musl --openssldir=/usr/local/musl/ssl no-shared
+ CC=musl-gcc CPPFLAGS="-I/usr/include" ./Configure linux-aarch64 --prefix=/usr/local/musl --openssldir=/usr/local/musl/ssl no-shared
96
make -j$(nproc)
97
sudo make install
98
cd ..
0 commit comments