Skip to content

Commit

Permalink
GitHub Action disable strict builds
Browse files Browse the repository at this point in the history
Getting warnings in system headers :/
  • Loading branch information
Sean Middleditch committed Aug 23, 2019
1 parent 029ea46 commit 737392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: configure
run: mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX:PATH=~/.local -DLIBTELNET_STRICT:BOOL=YES
run: mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX:PATH=~/.local -DLIBTELNET_STRICT:BOOL=NO
- name: make
run: cd build && cmake --build .
- name: test
Expand Down

0 comments on commit 737392b

Please sign in to comment.