Skip to content

Commit 805ba4d

Browse files
committed
Fix git error
1 parent a234921 commit 805ba4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ jobs:
9999
devel/gettext-runtime x11-fonts/dejavu lang/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)