Skip to content

Commit

Permalink
Re-enable warnings as errors on all platforms in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanoBilenchi committed Aug 3, 2024
1 parent cdd81e7 commit bff49d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
-DULIB_LIBRARY_TYPE=${{matrix.lib_type}}
-DCOWL_LIBRARY_TYPE=${{matrix.lib_type}}
-DCOWL_ENTITY_IDS=ON
-DCMAKE_COMPILE_WARNING_AS_ERROR=ON
-DCMAKE_SYSTEM_VERSION=''
-DCMAKE_BUILD_TYPE=${{env.build_config}}
Expand Down

0 comments on commit bff49d1

Please sign in to comment.