We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
egor-tensin/setup-mingw
1 parent b1ce0d7 commit f4f6facCopy full SHA for f4f6fac
.github/workflows/ci.yml
@@ -90,13 +90,11 @@ jobs:
90
run: |
91
python -m pip install scons
92
93
+ - name: Setup MinGW for Windows/MinGW build
94
+ uses: egor-tensin/setup-mingw@v2
95
+
96
- name: Build godot-cpp
- # Install GCC from Scoop as the default supplied GCC doesn't work ("Error 1").
97
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
- scoop install gcc
98
- g++ --version
99
- gcc --version
100
scons target=release generate_bindings=yes use_mingw=yes -j $env:NUMBER_OF_PROCESSORS
101
102
- name: Upload artifact
0 commit comments