Skip to content

Commit

Permalink
Add SDL2 to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
z-riley committed Oct 8, 2024
1 parent e31d900 commit e3c89e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install SDL2 dependencies
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev libsdl2-image-dev

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit e3c89e4

Please sign in to comment.