From 8b884132b7d483212955b922e1aa53776b2d189b Mon Sep 17 00:00:00 2001 From: Bohdan Shulyar Date: Wed, 10 Jan 2024 10:32:14 +0200 Subject: [PATCH] ci: fix missing libs on nswitch --- scripts/gha/build_nswitch_docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/gha/build_nswitch_docker.sh b/scripts/gha/build_nswitch_docker.sh index e0225221..331f0f29 100644 --- a/scripts/gha/build_nswitch_docker.sh +++ b/scripts/gha/build_nswitch_docker.sh @@ -12,6 +12,8 @@ build_hlsdk() ./waf build install --destdir=../pkgtemp/xash3d || die } +git config --global --add safe.directory '*' + echo "Setting up environment..." # we can't actually download dkp-toolchain-vars even from here, so