ci: nswitch: the docker container is missing python, install it
This commit is contained in:
parent
eff75e5d50
commit
dab959fc32
1 changed files with 2 additions and 1 deletions
|
@ -14,8 +14,9 @@ build_hlsdk()
|
||||||
./waf clean
|
./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
|
dkp-pacman -S --noconfirm dkp-toolchain-vars || die
|
||||||
|
|
||||||
echo "Building libsolder..."
|
echo "Building libsolder..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue