Skip to content

Commit

Permalink
Remove the Werror flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilov committed Apr 7, 2024
1 parent 5db4cae commit c23be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: true

- 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 c23be79

Please sign in to comment.