ci/cd - add missing libasound2t64 dependency for core/ui linux tests

This commit is contained in:
florian 2024-05-31 19:41:19 +02:00
parent f47bb71969
commit 4e5194733a
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ jobs:
Pin: version 1:1snap1-0ubuntu2
Pin-Priority: -1
' | sudo tee /etc/apt/preferences.d/mozilla-firefox
sudo apt install --no-install-recommends -y openssl git nodejs tar bzip2 wget curl grep libx11-xcb1 libappindicator3-1 liboss4-salsa-asound2 libdbus-glib-1-2 libxtst6 libxt6 php-fpm unzip firefox
sudo apt install --no-install-recommends -y openssl git nodejs tar bzip2 wget curl grep libx11-xcb1 libappindicator3-1 liboss4-salsa-asound2 libasound2t64 libdbus-glib-1-2 libxtst6 libxt6 php-fpm unzip firefox
- name: Download geckodriver
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:

View file

@ -34,7 +34,7 @@ jobs:
Pin: version 1:1snap1-0ubuntu2
Pin-Priority: -1
' | sudo tee /etc/apt/preferences.d/mozilla-firefox
sudo apt install --no-install-recommends -y openssl git nodejs tar bzip2 wget curl grep libx11-xcb1 libappindicator3-1 liboss4-salsa-asound2 libdbus-glib-1-2 libxtst6 libxt6 php-fpm unzip firefox
sudo apt install --no-install-recommends -y openssl git nodejs tar bzip2 wget curl grep libx11-xcb1 libappindicator3-1 liboss4-salsa-asound2 libasound2t64 libdbus-glib-1-2 libxtst6 libxt6 php-fpm unzip firefox
- name: Download geckodriver
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with: