We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa53d1 commit a5c66bdCopy full SHA for a5c66bd
.yamato/standalone-build-test.yml
@@ -11,7 +11,7 @@ test_linux_standalone_{{ editor.version }}_{{ backend.backend }}:
11
variables:
12
UNITY_VERSION: {{ editor.version }}
13
commands:
14
- - sudo apt-get install lld
+ - sudo apt-get install -y lld
15
- python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
16
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
17
- unity-downloader-cli -u {{ editor.version }} -c editor -c il2cpp --wait --fast
0 commit comments