Skip to content

Commit

Permalink
Install SDL2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icza authored Nov 24, 2023
1 parent 0faf8a0 commit b559176
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install SDL2 dependencies
run: |
sudo apt-get update
sudo apt-get install apt install libsdl2{,-image,-mixer,-ttf,-gfx}-dev
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit b559176

Please sign in to comment.