Skip to content

Commit 5ef6638

Browse files
committed
💚 (ci): try to fix ci build workflow syntax
1 parent 18721cf commit 5ef6638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/go.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup dependency
2222
run: go mod tidy
2323
- 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
24+
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y libgl1-mesa-dev xorg-dev # For Linux builds
2727
- name: Test Build
2828
run: make build-game
2929
- name: Test

0 commit comments

Comments
 (0)