Skip to content

Commit 4fa8cf3

Browse files
committed
Changed build for 2021.3 editor to win
1 parent c80a2f3 commit 4fa8cf3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pull_request_trigger:
1717
- .yamato/_run-all.yml#run_all_project_tests_2021
1818
# Run one standalone test to make sure there are no obvious issues with most common platform (for example --fail-on-assert option is not present with package/project tests). We run 2 different combinations (platform/editor)
1919
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_trunk
20-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_mono_2021.3
20+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_2021.3
2121
triggers:
2222
cancel_old_ci: true
2323
pull_requests:

.yamato/desktop-standalone-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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 libssl3 libssl-dev openssl # Added step to mitigate errors related to mainly 2021 editor
2827
{% endif %}
2928

3029
- pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple

0 commit comments

Comments
 (0)