File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,22 @@ jobs:
76
76
77
77
steps :
78
78
- uses : actions/checkout@v4
79
+ with :
80
+ fetch-depth : 0
81
+
79
82
- name : Test in FreeBSD
80
83
uses : vmactions/freebsd-vm@v1
81
84
with :
82
85
envs : " CC EXTRA_CFLAGS"
83
86
usesh : true
84
87
sync : rsync
88
+ copyback : false
85
89
86
90
prepare : |
87
91
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
88
92
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
90
95
91
96
run : |
92
97
echo "* Run test suite"
You can’t perform that action at this time.
0 commit comments