Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KenVanHoeylandt committed Jan 20, 2024
1 parent 2fd1e44 commit d04dec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: Configure Project
uses: threeal/[email protected]
- uses: libsdl-org/setup-sdl@main
id: sdl
with:
install-linux-dependencies: true
version: 2-latest
version-sdl-image: 2-latest
- name: Configure Project
uses: threeal/[email protected]
- name: Prepare Project
run: cmake -S ./ -B build
- name: Build Project
Expand Down

0 comments on commit d04dec8

Please sign in to comment.