Skip to content

Commit 18721cf

Browse files
committed
💚 (ci): try to fix ci build with ebiten
1 parent b7a4c41 commit 18721cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/go.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
check-latest: true
2121
- name: Setup dependency
2222
run: go mod tidy
23+
- name: Install Ebitengine dependencies (optional, depending on your project)
24+
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y libgl1-mesa-dev xorg-dev # For Linux builds
2327
- name: Test Build
2428
run: make build-game
2529
- name: Test

0 commit comments

Comments
 (0)