Skip to content

Commit 51cf605

Browse files
committed
gitub workflow: get rid of Werror, it's too annoying
1 parent 2890320 commit 51cf605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: configure
13-
run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Werror" ..
13+
run: mkdir build && cd build && cmake ..
1414
- name: build
1515
run: cmake --build build
1616
- name: test

0 commit comments

Comments
 (0)