Skip to content

Commit

Permalink
Github Action: missing libEGL on ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
  • Loading branch information
MrDuartePT committed Jan 8, 2024
1 parent d47d2d0 commit 30e7690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 30e7690

Please sign in to comment.