Skip to content

Commit d151d18

Browse files
committed
Fix git error
1 parent a234921 commit d151d18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,11 @@ jobs:
9595
prepare: |
9696
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
9797
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
100100
101101
run: |
102-
echo "* Info"
103-
ls -la
102+
git config --global --add safe.directory '*'
104103
git describe --tags
105104
106105
echo "* Run test suite"

0 commit comments

Comments
 (0)