Skip to content

Commit 007138b

Browse files
authored
Update cmake-sdl2.yml
1 parent 875f7a3 commit 007138b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake-sdl2.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
libtiff-dev \
6262
libwebp-dev
6363
64+
65+
- name: Install NASM
66+
if: runner.os == 'Windows'
67+
run: choco install nasm
68+
6469
- name: Install vcpkg on Linux and macOS
6570
if: runner.os != 'Windows' && matrix.os != 'ubuntu-latest' && matrix.os != 'linux'
6671
run: |

0 commit comments

Comments
 (0)