We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473d9ef commit 1833d4cCopy full SHA for 1833d4c
1 file changed
.github/workflows/testing.yaml
@@ -8,7 +8,7 @@ on:
8
- major
9
10
jobs:
11
- build:
+ tests:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
sudo apt install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 \
33
libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 \
34
- libxcb-xfixes0 xvfb x11-utils glibc-tools;
+ libxcb-xfixes0 xvfb x11-utils glibc-tools libgl1;
35
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid \
36
--make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 \
37
1920x1200x24 -ac +extension GLX +render -noreset;
0 commit comments