still failing, let's remove this

This commit is contained in:
barbudreadmon 2022-01-09 16:28:11 +01:00 committed by GitHub
parent 535e9d4007
commit 31ef41103d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
platform:
- { name: Windows x64, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1, arch: x86_64, msys: MINGW64 }
- { name: Windows x32, os: windows-2019, shell: msys2, makeopts: mingw510 USE_UCRT=1, arch: i686, msys: MINGW32 }
- { name: Linux SDL 2, os: ubuntu-20.04, shell: bash, makeopts: sdl2}
- { name: Linux SDL 1.2, os: ubuntu-20.04, shell: bash, makeopts: sdl}