mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflow: specify Android NDK version explicitly
Updates #2085 Closes #2226
This commit is contained in:
parent
6a985fae4b
commit
1467772ca3
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -141,7 +141,7 @@ jobs:
|
||||
if: ${{ !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
|
||||
run: |
|
||||
cd /tmp/go-inovation
|
||||
ebitenmobile bind -target android -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile
|
||||
ebitenmobile bind -target android -androidapi 19 -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile
|
||||
|
||||
- name: ebitenmobile bind (iOS)
|
||||
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
|
||||
|
Loading…
Reference in New Issue
Block a user