Skip to content

Commit 5c05c19

Browse files
committed
bah
1 parent 7395687 commit 5c05c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if: matrix.os.python_platform == 'linux' && matrix.reactor.dependencies == 'qt5'
106106
run: |
107107
apt-get update --yes
108-
apt-get install --yes libgl1
108+
apt-get install --yes libgl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0
109109
- name: Install
110110
run: |
111111
pip install tox

0 commit comments

Comments
 (0)