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 1ee98bf commit f17459cCopy full SHA for f17459c
.github/workflows/test.yml
@@ -161,6 +161,9 @@ jobs:
161
go install ./cmd/ebitenmobile
162
163
- 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.') }}
167
run: |
168
cd /tmp/go-inovation
169
ebitenmobile bind -target android -androidapi 23 -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile
0 commit comments