Skip to content

Commit bfc0fe8

Browse files
committed
disable werror
1 parent 8420260 commit bfc0fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
git checkout glibc-2.28
8383
mkdir build
8484
cd build
85-
../configure --prefix "$glibc_install"
85+
../configure --prefix "$glibc_install" --disable-werror
8686
make -j `nproc`
8787
make install -j `nproc`
8888

0 commit comments

Comments
 (0)