Skip to content

Commit

Permalink
fix: deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Dec 25, 2023
1 parent dd1923a commit 933bb74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Install dependencies
run: apt-get update && apt-get install --no-install-recommends -y pkg-config libasound2-dev libx11-dev
- name: Test Game Content
run: go test ./cmd/internal/tester -json > TestResults-${{ matrix.go-version }}.json
- name: Upload Go test results
Expand Down

0 comments on commit 933bb74

Please sign in to comment.