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 991a001
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 install -y sdl2_image sdl2_mixer sdl2_ttf sdl2_gfx pkg-config
- name: Install Go dependencies
run: go get .
- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 991a001

Please sign in to comment.