From 30e7690f95e25602075ed8952aa6e3bc7ab899e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= Date: Mon, 8 Jan 2024 13:24:28 +0000 Subject: [PATCH] Github Action: missing libEGL on ubuntu-22.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Negrier Duarte --- deploy/dependencies/install_development_dependencies_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/dependencies/install_development_dependencies_ubuntu.sh b/deploy/dependencies/install_development_dependencies_ubuntu.sh index d9f8608..d579aeb 100755 --- a/deploy/dependencies/install_development_dependencies_ubuntu.sh +++ b/deploy/dependencies/install_development_dependencies_ubuntu.sh @@ -10,7 +10,7 @@ sudo apt-get update sudo apt-get -y -qq install \ wget \ pylint python3-venv python3-pip \ - xvfb libxcb-xinerama0 + xvfb libxcb-xinerama0 libgl1-mesa-glx sudo pip install pyqt6-tools PyQt6