We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc960aa commit 87eaa76Copy full SHA for 87eaa76
1 file changed
.github/workflows/check.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Setup xvfb (Linux)
30
if: runner.os == 'Linux'
31
run: |
32
- sudo apt-get install -y xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0
+ sudo apt-get install -y xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 libglib2.0-0 libgl1-mesa-dev
33
+ sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
34
# start xvfb in the background
35
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
36
- name: Install Python dependencies
0 commit comments