We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32b877 commit 048d75aCopy full SHA for 048d75a
.github/workflows/build-main-game.yml
@@ -25,9 +25,11 @@ jobs:
25
- StandaloneWindows64
26
- StandaloneLinux64
27
- StandaloneOSX
28
- # Skip Android build until "JDK not found" issue has been solved (https://github.com/game-ci/unity-builder/issues/489)
+ # TODO: Android build has "JDK not found" issue, https://github.com/game-ci/unity-builder/issues/489
29
#- Android
30
- - iOS
+ # TODO: iOS build has issues
31
+ # - iOS
32
+ # TODO: UltraStar Play does not support WebGL yet
33
# - WebGL
34
steps:
35
# Clone repo and restore cache
0 commit comments