We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2890320 commit 51cf605Copy full SHA for 51cf605
.github/workflows/cmake.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: configure
13
- run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Werror" ..
+ run: mkdir build && cd build && cmake ..
14
- name: build
15
run: cmake --build build
16
- name: test
0 commit comments