Skip to content

Commit

Permalink
Revert: Use -Werror in CI (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Oct 3, 2024
1 parent 95c258a commit 0362e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
id: build
run: |
pushd duckdb
make -j8 install CFLAGS=-Werror CXXFLAGS=-Werror
make -j8 install
- name: Run make installcheck
id: installcheck
Expand Down

0 comments on commit 0362e7a

Please sign in to comment.