Skip to content

Commit efca0dd

Browse files
committed
Fix broken MinGW CI jobsS
1 parent 5cc97bb commit efca0dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }
2323

2424
steps:
25+
- name: Install Window Dependencies
26+
if: runner.os == 'Windows'
27+
run: choco install ninja
28+
2529
- name: Install Linux Dependencies
2630
if: runner.os == 'Linux'
2731
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)