Skip to content

Commit e50b6c1

Browse files
SamuelBellomoLPLafontaineB
authored andcommitted
trying a fix for the CLI issue on mobile
(cherry picked from commit 1e97c05)
1 parent e082684 commit e50b6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Build_Player_With_Tests_iOS_{{ project.name }}_{{ editor }}:
1313
flavor: b1.large
1414

1515
commands:
16-
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
16+
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
1717
- unity-downloader-cli -c Editor -c iOS -u {{ editor }} --fast --wait
1818
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
1919
- chmod +x ./utr
@@ -42,7 +42,7 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
4242

4343
commands:
4444
# Download unity-downloader-cli
45-
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
45+
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
4646
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
4747
- python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
4848
- unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait

0 commit comments

Comments
 (0)