Skip to content

Commit

Permalink
attempt new sdl2 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 25, 2024
1 parent 947f967 commit ce9a6cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- uses: libsdl-org/setup-sdl@main
id: sdl
- name: Setup SDL2 frameworks
uses: BrettDong/setup-sdl2-frameworks@main
with:
install-linux-dependencies: true
version: 2-latest
version-sdl-image: 2-latest
sdl2: latest
sdl2-ttf: none
sdl2-image: none
sdl2-mixer: none
sdl2-net: none
- name: Configure Project
uses: threeal/[email protected]
- name: Prepare Project
Expand Down

0 comments on commit ce9a6cc

Please sign in to comment.