From edc4e5253390bcd34f4ac7f1b75bd2eca4494b7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Wed, 31 May 2023 10:26:50 +0200 Subject: [PATCH] ci: mark source directory as safe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- .github/workflows/cibuild.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3