mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-04 19:05:52 +00:00
Update Lime submodule to fix Github Actions build issues (#1226)
* Update Lime submodule to fix build issues * Disable automatic iOS builds in Github Actions until we fix build issues
This commit is contained in:
parent
c0e0523651
commit
0f85b4a85d
5
.github/workflows/build-game.yml
vendored
5
.github/workflows/build-game.yml
vendored
|
|
@ -128,8 +128,9 @@ jobs:
|
|||
runs-on: windows
|
||||
- target: macos
|
||||
runs-on: macos
|
||||
- target: ios
|
||||
runs-on: macos
|
||||
# TODO: Install XCode to build iOS
|
||||
# - target: ios
|
||||
# runs-on: macos
|
||||
runs-on:
|
||||
- ${{ matrix.runs-on }}
|
||||
defaults:
|
||||
|
|
|
|||
Loading…
Reference in a new issue