ci: mark source directory as safe
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
This commit is contained in:
parent
b660e0c4df
commit
edc4e52533
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cibuild.sh
vendored
1
.github/workflows/cibuild.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue