mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: skip building go-inovation for iOS
The latest purego uses reflect.Pointer, which was introduced in Go 1.18 (https://github.com/golang/go/issues/47651).
This commit is contained in:
parent
f87504c3ec
commit
dc47d472d0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -161,7 +161,7 @@ jobs:
|
||||
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.') }}
|
||||
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') && !startsWith(matrix.go, '1.17.') }}
|
||||
run: |
|
||||
cd /tmp/go-inovation
|
||||
ebitenmobile bind -target ios -o Inovation.xcframework -v github.com/hajimehoshi/go-inovation/mobile
|
||||
|
Loading…
Reference in New Issue
Block a user