ci: nswitch: the docker container is missing python, install it

This commit is contained in:
fgsfds 2023-02-07 20:04:36 +01:00
parent eff75e5d50
commit dab959fc32
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@ build_hlsdk()
./waf clean
}
echo "Downloading missing dka64 packages..."
echo "Downloading missing deps..."
apt-get install -y --no-install-recommends python3 || die
dkp-pacman -S --noconfirm dkp-toolchain-vars || die
echo "Building libsolder..."