fix: Installing packages on linux and windows builds, b=(no-bug), c=workflows

This commit is contained in:
mr. m 2025-04-24 07:50:02 +02:00
parent b8f54de530
commit a7d652ddca
No known key found for this signature in database
GPG key ID: 419302196C23B258

View file

@ -3,7 +3,7 @@
set -xe
if command -v apt-get &> /dev/null; then
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get install python3-launchpadlib
sudo apt-get update
sudo apt-get install -y xvfb libnvidia-egl-wayland1 mesa-utils libgl1-mesa-dri
fi