Skip to content

Commit 5c98563

Browse files
committed
Update installation command for libegl1 in GitHub Actions workflow
1 parent 35c9fc2 commit 5c98563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-PyQt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install dependencies
3333
run: |
3434
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
35-
sudo apt install libegl1-mesa libxcb-cursor0
35+
sudo apt install libegl1 libxcb-cursor0
3636
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
3737
python -m pip install --upgrade pip
3838
python -m pip install flake8 pytest

0 commit comments

Comments
 (0)