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 61d6d41 commit c80a2f3Copy full SHA for c80a2f3
.yamato/desktop-standalone-tests.yml
@@ -24,7 +24,7 @@ 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
+ - sudo apt-get install -qy libssl3 libssl-dev openssl # Added step to mitigate errors related to mainly 2021 editor
28
{% endif %}
29
30
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
0 commit comments