We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc97bb commit efca0ddCopy full SHA for efca0dd
.github/workflows/ci.yml
@@ -22,6 +22,10 @@ jobs:
22
- { name: Static, flags: -DBUILD_SHARED_LIBS=FALSE }
23
24
steps:
25
+ - name: Install Window Dependencies
26
+ if: runner.os == 'Windows'
27
+ run: choco install ninja
28
+
29
- name: Install Linux Dependencies
30
if: runner.os == 'Linux'
31
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