File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,7 @@ jobs:
105105 - name : Extract Webots
106106 run : tar xjf artifact/webots-*-x86-64*.tar.bz2 -C artifact
107107 - name : Install Webots Dependencies
108- run : |+
109- sudo scripts/install/linux_test_dependencies.sh --exclude-ros
110- # On Ubuntu 24.04, the default snap-based Firefox does not play well with headless environments
111- UBUNTU_VERSION=$(lsb_release -rs)
112- if [[ $UBUNTU_VERSION == "24.04" ]]; then
113- sudo snap remove firefox
114- sudo add-apt-repository -y ppa:mozillateam/ppa
115- sudo apt update
116- sudo apt install -y -t o=LP-PPA-mozillateam firefox
117- fi
108+ run : sudo scripts/install/linux_test_dependencies.sh --exclude-ros
118109 - name : Set up Python 3.9
119110 uses : actions/setup-python@v4
120111 with :
Original file line number Diff line number Diff line change @@ -103,16 +103,7 @@ jobs:
103103 - name : Extract Webots
104104 run : tar xjf artifact/webots-*-x86-64*.tar.bz2 -C artifact
105105 - name : Install Webots Dependencies
106- run : |+
107- sudo scripts/install/linux_test_dependencies.sh
108- # On Ubuntu 24.04, the default snap-based Firefox does not play well with headless environments
109- UBUNTU_VERSION=$(lsb_release -rs)
110- if [[ $UBUNTU_VERSION == "24.04" ]]; then
111- sudo snap remove firefox
112- sudo add-apt-repository -y ppa:mozillateam/ppa
113- sudo apt update
114- sudo apt install -y -t o=LP-PPA-mozillateam firefox
115- fi
106+ run : sudo scripts/install/linux_test_dependencies.sh
116107 - name : Set up Python 3.9
117108 uses : actions/setup-python@v2
118109 with :
You can’t perform that action at this time.
0 commit comments