Skip to content

Commit cb8bcf6

Browse files
committed
Remove MinGW CI job
Removed for the same reason it was removed from SFML. GitHub Actions switched to a version that expects different C runtime libraries resulting in linker errors. Let's just remove this job since fixing it is overkill for a project as simple as this.
1 parent efca0dd commit cb8bcf6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
platform:
1414
- { name: Windows VS2019, os: windows-2019 }
1515
- { name: Windows VS2022, os: windows-2022 }
16-
- { name: Windows MinGW, os: windows-2022, flags: -GNinja -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ }
1716
- { name: Linux GCC, os: ubuntu-latest }
1817
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
1918
- { name: macOS, os: macos-latest }
@@ -22,10 +21,6 @@ jobs:
2221
- { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }
2322

2423
steps:
25-
- name: Install Window Dependencies
26-
if: runner.os == 'Windows'
27-
run: choco install ninja
28-
2924
- name: Install Linux Dependencies
3025
if: runner.os == 'Linux'
3126
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev

0 commit comments

Comments
 (0)