still failing, let's remove this
This commit is contained in:
parent
535e9d4007
commit
31ef41103d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue