]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: mark source directory as safe
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 08:26:50 +0000 (10:26 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 May 2023 16:14:28 +0000 (18:14 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.sh

index 909126f48ab2673f61a8fe77ebfc34615c09dcc1..9b70dc36ce4f9e0747967251a0c1eaf06cc53a84 100755 (executable)
@@ -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