Skip to content

Commit 048d75a

Browse files
committed
GitHub Actions: skip iOS build of main game
1 parent d32b877 commit 048d75a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-main-game.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ jobs:
2525
- StandaloneWindows64
2626
- StandaloneLinux64
2727
- StandaloneOSX
28-
# Skip Android build until "JDK not found" issue has been solved (https://github.com/game-ci/unity-builder/issues/489)
28+
# TODO: Android build has "JDK not found" issue, https://github.com/game-ci/unity-builder/issues/489
2929
#- Android
30-
- iOS
30+
# TODO: iOS build has issues
31+
# - iOS
32+
# TODO: UltraStar Play does not support WebGL yet
3133
# - WebGL
3234
steps:
3335
# Clone repo and restore cache

0 commit comments

Comments
 (0)