From: Thomas Weißschuh Date: Wed, 31 May 2023 08:26:50 +0000 (+0200) Subject: ci: mark source directory as safe X-Git-Tag: v2.40-rc1~409 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edc4e5253390bcd34f4ac7f1b75bd2eca4494b7f;p=thirdparty%2Futil-linux.git ci: mark source directory as safe Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/cibuild.sh b/.github/workflows/cibuild.sh index 909126f48a..9b70dc36ce 100755 --- a/.github/workflows/cibuild.sh +++ b/.github/workflows/cibuild.sh @@ -108,6 +108,7 @@ for phase in "${PHASES[@]}"; do opts+=(--host "$HOST_TRIPLET") fi + git config --global --add safe.directory "$PWD" git clean -xdf ./autogen.sh