File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 python-version : ${{ matrix.python-version }}
4747 - name : Install dependencies
4848 run : |
49- sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
49+ sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libegl1
5050 /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
5151 python -m pip install --upgrade pip
5252 python -m pip install ruff pytest
@@ -122,7 +122,7 @@ jobs:
122122 sudo apt-get update
123123 sudo apt-get install -y \
124124 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
125- libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
125+ libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libegl1
126126
127127 /sbin/start-stop-daemon --start --quiet \
128128 --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background \
You can’t perform that action at this time.
0 commit comments