Skip to content

Commit

Permalink
Fix missing Werror in build-fast workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Mar 4, 2024
1 parent 90515d5 commit 2193a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX="${{github.workspace}}/install" \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_FLAGS="-Wall -Wextra -pedantic -Wno-error=deprecated-declarations" \
-DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -pedantic -Wno-error=deprecated-declarations" \
..
- name: Build all
working-directory: build
Expand Down

0 comments on commit 2193a9d

Please sign in to comment.