Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Jan 23, 2025
1 parent d7f108b commit d312c85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,13 @@ jobs:
envs: "CC EXTRA_CFLAGS"
usesh: true
sync: rsync
copyback: false

prepare: |
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
devel/libnotify devel/dbus x11/libXScrnSaver x11/libXrandr x11/libXext x11/libX11 lang/perl5.36 \
devel/pkgconf devel/gmake devel/evdev-proto valgrind
devel/pkgconf devel/gmake devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols \
devel/gettext-runtime x11-fonts/fontconfig x11-fonts/dejavu lang/gcc
run: |
echo "* Run test suite"
Expand Down

0 comments on commit d312c85

Please sign in to comment.