File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,11 @@ jobs:
95
95
prepare : |
96
96
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
97
97
devel/libnotify devel/dbus x11/libXScrnSaver x11/libXrandr x11/libXext x11/libX11 lang/perl5.36 \
98
- devel/pkgconf devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols \
99
- devel/gettext-runtime x11-fonts/dejavu lang/ gcc git librsvg2 bash findutils coreutils gmake
98
+ devel/pkgconf devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols x11-fonts/dejavu \
99
+ devel/gettext-runtime gsed gawk gcc git librsvg2 bash findutils coreutils gmake
100
100
101
101
run : |
102
- echo "* Info"
103
- ls -la
102
+ git config --global --add safe.directory '*'
104
103
git describe --tags
105
104
106
105
echo "* Run test suite"
You can’t perform that action at this time.
0 commit comments