Browse Source

ci: fix missing libs on nswitch

pull/4/head
Bohdan Shulyar 5 months ago committed by Alibek Omarov
parent
commit
8b884132b7
  1. 2
      scripts/gha/build_nswitch_docker.sh

2
scripts/gha/build_nswitch_docker.sh

@ -12,6 +12,8 @@ build_hlsdk() @@ -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

Loading…
Cancel
Save