Skip to content

Commit 61d6d41

Browse files
committed
Added libssl install step
1 parent 7e3b37b commit 61d6d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
2424
{% if platform.name == "ubuntu" %}
2525
- sudo apt-get update -q
2626
- sudo apt install -qy imagemagick
27+
- sudo apt-get install -qy libssl1.1 libssl-dev openssl
2728
{% endif %}
29+
2830
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
2931

3032
# Platform specific UTR setup

0 commit comments

Comments
 (0)