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 1e09c96 commit 13ced8fCopy full SHA for 13ced8f
.yamato/mobile-standalone-test.yml
@@ -22,7 +22,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
22
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
23
24
# 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
+ - unity-downloader-cli -u {{ editor }} -c Editor -c il2cpp {% if platform.base == "mac" %} -c ios {% else %} -c android {% endif %} --fast --wait
26
27
# Platform specific Build
28
{% if platform.base == "win" %}
0 commit comments