diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10ad5c7..d7e566d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,13 +90,11 @@ jobs: run: | python -m pip install scons + - name: Setup MinGW for Windows/MinGW build + uses: egor-tensin/setup-mingw@v2 + - name: Build godot-cpp - # Install GCC from Scoop as the default supplied GCC doesn't work ("Error 1"). run: | - Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') - scoop install gcc - g++ --version - gcc --version scons target=release generate_bindings=yes use_mingw=yes -j $env:NUMBER_OF_PROCESSORS - name: Upload artifact