Skip to content

Commit 7fa53ff

Browse files
committed
Turn off CMAKE_COMPILE_WARNING_AS_ERROR for Ubuntus
1 parent f7c4f98 commit 7fa53ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build
4242
working-directory: ./build
4343
run: |
44-
cmake -DCMAKE_COMPILE_WARNING_AS_ERROR=True -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_PCRE2=True ../
44+
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_PCRE2=True ../
4545
make all
4646
4747
- name: Test

0 commit comments

Comments
 (0)