We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77ff24 commit f0d3e93Copy full SHA for f0d3e93
.github/workflows/ccpp.yml
@@ -28,7 +28,7 @@ jobs:
28
run: choco install mingw --no-progress
29
- name: make
30
shell: bash
31
- run: mingw32-make CC="gcc -std=c11"
+ run: mingw32-make CC="gcc -std=c99 -D__USE_MINGW_ANSI_STDIO=1"
32
- name: make check
33
34
- run: mingw32-make CC="gcc -std=c11" check
+ run: mingw32-make CC="gcc -std=c99 -D__USE_MINGW_ANSI_STDIO=1" check
0 commit comments