Skip to content

Commit 4227a1b

Browse files
committed
Ubuntu test fixes
1 parent 1833d4c commit 4227a1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 libgl1;
34+
libxcb-xfixes0 xvfb x11-utils glibc-tools libgl1 libegl1 libdbus-1-3;
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)