We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d59943 commit 15b0b7fCopy full SHA for 15b0b7f
.github/workflows/ci.yml
@@ -228,7 +228,8 @@ jobs:
228
# Chocolatey GCC is broken on the windows-2019 image.
229
# See: https://github.com/DaanDeMeyer/doctest/runs/231595515
230
# See: https://github.community/t5/GitHub-Actions/Something-is-wrong-with-the-chocolatey-installed-version-of-gcc/td-p/32413
231
- scoop install gcc --global
+ # scoop install gcc --global
232
+ choco install mingw
233
echo "CC=gcc" >> $GITHUB_ENV
234
echo "CXX=g++" >> $GITHUB_ENV
235
} elseif ("${{ matrix.compiler }}" -eq "clang") {
0 commit comments