Skip to content

Commit c5e43ce

Browse files
Update .github/workflows/coverage.yml
Co-authored-by: DominikKamp <130753997+DominikKamp@users.noreply.github.com>
1 parent cb5863c commit c5e43ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Install PySCIPOpt
4242
run: |
43-
export CFLAGS="-O0 -ggdb -Wall -Wextra -Werror" # Optimization mode. More warnings. Warnings as errors.
43+
export CFLAGS="-O0 -ggdb -Wall -Wextra -Werror" # Debug mode. More warnings. Warnings as errors.
4444
python -m pip install . -v 2>&1 | tee build.log
4545
grep -i "warning" build.log || true
4646

0 commit comments

Comments
 (0)