Skip to content

Commit

Permalink
Fix git error
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Jan 24, 2025
1 parent a234921 commit d151d18
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,11 @@ jobs:
prepare: |
pkg install -y x11-toolkits/pango devel/glib20 graphics/gdk-pixbuf2 graphics/cairo graphics/wayland \
devel/libnotify devel/dbus x11/libXScrnSaver x11/libXrandr x11/libXext x11/libX11 lang/perl5.36 \
devel/pkgconf devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols \
devel/gettext-runtime x11-fonts/dejavu lang/gcc git librsvg2 bash findutils coreutils gmake
devel/pkgconf devel/evdev-proto valgrind x11/libXinerama graphics/wayland-protocols x11-fonts/dejavu \
devel/gettext-runtime gsed gawk gcc git librsvg2 bash findutils coreutils gmake
run: |
echo "* Info"
ls -la
git config --global --add safe.directory '*'
git describe --tags
echo "* Run test suite"
Expand Down

0 comments on commit d151d18

Please sign in to comment.