Skip to content

Commit b74da80

Browse files
authored
Update SDL installation method in workflow
1 parent d0f4c08 commit b74da80

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/makefile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: libsdl-org/setup-sdl@main
17-
id: sdl
18-
with:
19-
install-linux-dependencies: true
20-
version: 2-latest
21-
version-sdl-image: 2-latest
16+
17+
- name: Install SDL2
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -y libsdl2-dev
21+
2222
- run: make

0 commit comments

Comments
 (0)