Skip to content

Commit 15b0b7f

Browse files
committed
add gcc via choco
1 parent 9d59943 commit 15b0b7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ jobs:
228228
# Chocolatey GCC is broken on the windows-2019 image.
229229
# See: https://github.com/DaanDeMeyer/doctest/runs/231595515
230230
# 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
231+
# scoop install gcc --global
232+
choco install mingw
232233
echo "CC=gcc" >> $GITHUB_ENV
233234
echo "CXX=g++" >> $GITHUB_ENV
234235
} elseif ("${{ matrix.compiler }}" -eq "clang") {

0 commit comments

Comments
 (0)