Skip to content

Commit c23bf42

Browse files
ono-maxhsbt
authored andcommitted
Fix error "fatal: detected dubious ownership in repository at '/github/workspace/src'"
1 parent 0780e76 commit c23bf42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/compilers/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ esac
3939

4040
pushd ${builddir}
4141

42+
grouped git config --global --add safe.directory ${srcdir}
43+
4244
grouped ${srcdir}/configure \
4345
-C \
4446
--with-gcc="${INPUT_WITH_GCC}" \

0 commit comments

Comments
 (0)