Skip to content

Commit 13ced8f

Browse files
committed
removed arm64 editor argument when building for mobile
1 parent 1e09c96 commit 13ced8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/mobile-standalone-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
2222
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
2323

2424
# Installing editor
25-
- unity-downloader-cli {% if platform.architecture == "arm64" %} --arch arm64 {% endif %} -u {{ editor }} -c Editor -c il2cpp {% if platform.base == "mac" %} -c ios {% else %} -c android {% endif %} --fast --wait
25+
- unity-downloader-cli -u {{ editor }} -c Editor -c il2cpp {% if platform.base == "mac" %} -c ios {% else %} -c android {% endif %} --fast --wait
2626

2727
# Platform specific Build
2828
{% if platform.base == "win" %}

0 commit comments

Comments
 (0)