Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Oct 4, 2024
1 parent 474fa5a commit 1b1f2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir musl-zlib
curl -L https://zlib.net/zlib-1.3.1.tar.gz | tar -xz -C musl-zlib --strip-components=1
cd musl-zlib
CFLAGS="-Wall" CC=musl-gcc ./configure --libdir=/usr/lib/x86_64-linux-musl/ --includedir=/usr/include/x86_64-linux-musl
CC=musl-gcc ./configure --libdir=/usr/lib/x86_64-linux-musl/ --includedir=/usr/include/x86_64-linux-musl
make
sudo make install
Expand Down

0 comments on commit 1b1f2ee

Please sign in to comment.