mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
.github/workflows: bug fix: ebitenmobile generates .xcframework
This commit is contained in:
parent
6b34ddecfa
commit
b065b64f4f
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -113,4 +113,4 @@ jobs:
|
||||
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
|
||||
run: |
|
||||
cd /tmp/go-inovation
|
||||
ebitenmobile bind -target ios -o Inovation.framework -v github.com/hajimehoshi/go-inovation/mobile
|
||||
ebitenmobile bind -target ios -o Inovation.xcframework -v github.com/hajimehoshi/go-inovation/mobile
|
||||
|
Loading…
Reference in New Issue
Block a user