Skip to content

Commit f17459c

Browse files
committed
.github/workflows: skip Android tests for Windows / Go 1.26
Updates #3362
1 parent 1ee98bf commit f17459c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
go install ./cmd/ebitenmobile
162162
163163
- name: ebitenmobile bind (Android)
164+
# With Windows and Go 1.26, ebitenmobile bind fails with "The command line is too long." (#3362).
165+
# TODO: Fix this error.
166+
if: ${{ runner.os != 'Windows' || startsWith(matrix.go, '1.24.') || startsWith(matrix.go, '1.25.') }}
164167
run: |
165168
cd /tmp/go-inovation
166169
ebitenmobile bind -target android -androidapi 23 -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile

0 commit comments

Comments
 (0)