Skip to content

Commit a5c66bd

Browse files
committed
Add -y to install.
1 parent daa53d1 commit a5c66bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/standalone-build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_linux_standalone_{{ editor.version }}_{{ backend.backend }}:
1111
variables:
1212
UNITY_VERSION: {{ editor.version }}
1313
commands:
14-
- sudo apt-get install lld
14+
- sudo apt-get install -y lld
1515
- python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
1616
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
1717
- unity-downloader-cli -u {{ editor.version }} -c editor -c il2cpp --wait --fast

0 commit comments

Comments
 (0)