Skip to content

Commit f4f6fac

Browse files
committed
CI: Install MinGW via egor-tensin/setup-mingw
Scoop install is being problematic since their 0.1.0 release. (cherry picked from commit 3846201)
1 parent b1ce0d7 commit f4f6fac

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,11 @@ jobs:
9090
run: |
9191
python -m pip install scons
9292
93+
- name: Setup MinGW for Windows/MinGW build
94+
uses: egor-tensin/setup-mingw@v2
95+
9396
- name: Build godot-cpp
94-
# Install GCC from Scoop as the default supplied GCC doesn't work ("Error 1").
9597
run: |
96-
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
97-
scoop install gcc
98-
g++ --version
99-
gcc --version
10098
scons target=release generate_bindings=yes use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
10199
102100
- name: Upload artifact

0 commit comments

Comments
 (0)