We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d530b5 commit 4863376Copy full SHA for 4863376
1 file changed
.github/workflows/cpp-packaging.yml
@@ -121,7 +121,7 @@ jobs:
121
mv ./binutils-${{ matrix.binutils_version }} ./binutils-src
122
mkdir /tmp/binutils-output
123
cd binutils-src
124
- ./configure --enable-targets=all --prefix=/tmp/binutils-output
+ ./configure --enable-targets=all --with-system-zlib --prefix=/tmp/binutils-output
125
make -j2
126
make install
127
cd -
0 commit comments