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:
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 bash
9095
9196 run : |
9297 echo "* Run test suite"
You can’t perform that action at this time.
0 commit comments