ci: mark source directory as safe

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
This commit is contained in:
Thomas Weißschuh 2023-05-31 10:26:50 +02:00
parent b660e0c4df
commit edc4e52533

View file

@ -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