Skip to content

Commit 859fb68

Browse files
committed
Add missing deps
1 parent d7f108b commit 859fb68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ jobs:
8282
envs: "CC EXTRA_CFLAGS"
8383
usesh: true
8484
sync: rsync
85+
copyback: false
8586

8687
prepare: |
8788
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
8889
devel/libnotify devel/dbus x11/libXScrnSaver x11/libXrandr x11/libXext x11/libX11 lang/perl5.36 \
89-
devel/pkgconf devel/gmake devel/evdev-proto valgrind
90+
devel/pkgconf devel/gmake devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols \
91+
devel/gettext-runtime x11-fonts/fontconfig x11-fonts/dejavu
9092
9193
run: |
9294
echo "* Run test suite"

0 commit comments

Comments
 (0)