You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .yamato/_run-all.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ run_all_webgl_builds:
48
48
dependencies:
49
49
{% for project in projects.default -%}
50
50
{% for platform in test_platforms.desktop -%}
51
-
{% if platform.name != "win-arm64" -%} #Recommended to use only after builds
51
+
{% if platform.extension != "arm64" -%} #Windows_arm64 is recommended to use only after builds and when it comes to macOS_arm64 there is problem with OpenCL not being available
Copy file name to clipboardExpand all lines: .yamato/webgl-build.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
# WebGL requires Il2cpp scripting backend
9
9
{% for project in projects.default -%}
10
10
{% for platform in test_platforms.desktop -%}
11
-
{% if platform.name != "win-arm64" -%} #Recommended to use only after builds
11
+
{% if platform.extension != "arm64" -%} #Windows_arm64 is recommended to use only after builds and when it comes to macOS_arm64 there is problem with OpenCL not being available
0 commit comments