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 bc2f2c9 commit 17772d6Copy full SHA for 17772d6
.github/workflows/cmake-sdl3.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Install Dependencies on Windows
104
if: runner.os == 'Windows'
105
- run: choco install nasm
+ run: choco install nasm yasm strawberryperl
106
107
- name: Configure SDL with CMake on Linux (x86_64)
108
if: matrix.os == 'linux' || matrix.os == 'ubuntu-latest'
0 commit comments