We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa3b4b commit 6eb1a07Copy full SHA for 6eb1a07
.github/workflows/main.yml
@@ -39,6 +39,12 @@ jobs:
39
with:
40
toolchain: ${{ matrix.toolchain }}
41
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
48
- name: Install packages
49
if: ${{ matrix.platform.os == 'ubuntu-latest' }}
50
run: |
0 commit comments