Skip to content

Commit

Permalink
gitub workflow: get rid of Werror, it's too annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
flueke committed Dec 17, 2024
1 parent 2890320 commit 51cf605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Werror" ..
run: mkdir build && cd build && cmake ..
- name: build
run: cmake --build build
- name: test
Expand Down

0 comments on commit 51cf605

Please sign in to comment.