Skip to content

Commit 6eb1a07

Browse files
authored
sdl on win
1 parent 2aa3b4b commit 6eb1a07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
with:
4040
toolchain: ${{ matrix.toolchain }}
4141
target: ${{ matrix.platform.target }}
42+
- uses: libsdl-org/setup-sdl@main
43+
if: ${{ matrix.platform.os == 'windows-latest' }}
44+
with:
45+
install-linux-dependencies: true
46+
version: 2-latest
47+
version-sdl-image: 2-latest
4248
- name: Install packages
4349
if: ${{ matrix.platform.os == 'ubuntu-latest' }}
4450
run: |

0 commit comments

Comments
 (0)