Skip to content

Commit

Permalink
add gcc via choco
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 16, 2021
1 parent 9d59943 commit 15b0b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ jobs:
# Chocolatey GCC is broken on the windows-2019 image.
# See: https://github.com/DaanDeMeyer/doctest/runs/231595515
# See: https://github.community/t5/GitHub-Actions/Something-is-wrong-with-the-chocolatey-installed-version-of-gcc/td-p/32413
scoop install gcc --global
# scoop install gcc --global
choco install mingw
echo "CC=gcc" >> $GITHUB_ENV
echo "CXX=g++" >> $GITHUB_ENV
} elseif ("${{ matrix.compiler }}" -eq "clang") {
Expand Down

0 comments on commit 15b0b7f

Please sign in to comment.