Skip to content

Commit c204c9b

Browse files
committed
WERROR=ON
1 parent c9de58d commit c204c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos_brew_install_llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: >
4949
cmake -S . -B .
5050
-DCMAKE_VERBOSE_MAKEFILE=ON
51-
-DPYBIND11_WERROR=OFF
51+
-DPYBIND11_WERROR=ON
5252
-DPYBIND11_SIMPLE_GIL_MANAGEMENT=OFF
5353
-DDOWNLOAD_CATCH=ON
5454
-DDOWNLOAD_EIGEN=ON

0 commit comments

Comments
 (0)