Skip to content

Commit 1833d4c

Browse files
committed
Ubuntu test fixes
1 parent 473d9ef commit 1833d4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- major
99

1010
jobs:
11-
build:
11+
tests:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 \
3333
libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 \
34-
libxcb-xfixes0 xvfb x11-utils glibc-tools;
34+
libxcb-xfixes0 xvfb x11-utils glibc-tools libgl1;
3535
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid \
3636
--make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 \
3737
1920x1200x24 -ac +extension GLX +render -noreset;

0 commit comments

Comments
 (0)