Skip to content

Commit 63092bc

Browse files
committed
Add missing deps
1 parent d7f108b commit 63092bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,22 @@ jobs:
7676

7777
steps:
7878
- uses: actions/checkout@v4
79+
with:
80+
fetch-depth: 0
81+
7982
- name: Test in FreeBSD
8083
uses: vmactions/freebsd-vm@v1
8184
with:
8285
envs: "CC EXTRA_CFLAGS"
8386
usesh: true
8487
sync: rsync
88+
copyback: false
8589

8690
prepare: |
8791
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
8892
devel/libnotify devel/dbus x11/libXScrnSaver x11/libXrandr x11/libXext x11/libX11 lang/perl5.36 \
89-
devel/pkgconf devel/gmake devel/evdev-proto valgrind
93+
devel/pkgconf devel/gmake devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols \
94+
devel/gettext-runtime x11-fonts/fontconfig x11-fonts/dejavu lang/gcc git librsvg2
9095
9196
run: |
9297
echo "* Run test suite"

0 commit comments

Comments
 (0)