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 7e3b37b commit 61d6d41Copy full SHA for 61d6d41
.yamato/desktop-standalone-tests.yml
@@ -24,7 +24,9 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
24
{% if platform.name == "ubuntu" %}
25
- sudo apt-get update -q
26
- sudo apt install -qy imagemagick
27
+ - sudo apt-get install -qy libssl1.1 libssl-dev openssl
28
{% endif %}
29
+
30
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
31
32
# Platform specific UTR setup
0 commit comments