Skip to content

Commit 4863376

Browse files
authored
Use system zlib for build tools (#1857)
1 parent 8d530b5 commit 4863376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
mv ./binutils-${{ matrix.binutils_version }} ./binutils-src
122122
mkdir /tmp/binutils-output
123123
cd binutils-src
124-
./configure --enable-targets=all --prefix=/tmp/binutils-output
124+
./configure --enable-targets=all --with-system-zlib --prefix=/tmp/binutils-output
125125
make -j2
126126
make install
127127
cd -

0 commit comments

Comments
 (0)