Skip to content

Commit

Permalink
sdl on win
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev authored Jul 20, 2024
1 parent 2aa3b4b commit 6eb1a07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.platform.target }}
- uses: libsdl-org/setup-sdl@main
if: ${{ matrix.platform.os == 'windows-latest' }}
with:
install-linux-dependencies: true
version: 2-latest
version-sdl-image: 2-latest
- name: Install packages
if: ${{ matrix.platform.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit 6eb1a07

Please sign in to comment.