You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if editor == "2021.3" && platform.name == "ubuntu" %}
61
+
{% if editor == "2021.3" and platform.name == "ubuntu" %}
62
62
- 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
0 commit comments