Skip to content

Commit 268c522

Browse files
committed
corrected typo
1 parent c2ed120 commit 268c522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
5858
image: {{ platform.image }}
5959
flavor: {{ platform.flavor }}
6060
commands:
61-
{% if editor == "2021.3" && platform.name == "ubuntu" %}
61+
{% if editor == "2021.3" and platform.name == "ubuntu" %}
6262
- sudo apt-get install -y libssl1.1 # For this specific configuration there is a difference in what libssl version is installed on the image and what editor uses. This should be removed when 2021 editor is out of support
6363
{% endif %}
6464
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple # Installing unity downloader

0 commit comments

Comments
 (0)