Skip to content

Commit

Permalink
install system dependencies for build
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbowers committed Nov 24, 2024
1 parent c550016 commit 8841a0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: Install dependencies
- name: Install system dependencies
run: apt-get install -y libsdl2{,-image,-mixer,-ttf,-gfx}-dev
- name: Install Go dependencies
run: go get .
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 8841a0b

Please sign in to comment.