We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a4c41 commit 18721cfCopy full SHA for 18721cf
‎.github/workflows/go.yml‎
@@ -20,6 +20,10 @@ jobs:
20
check-latest: true
21
- name: Setup dependency
22
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
27
- name: Test Build
28
run: make build-game
29
- name: Test
0 commit comments