mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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.') }}
|
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') && !startsWith(matrix.go, '1.16.') }}
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/go-inovation
|
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