Browse Source

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

pull/2/head
fgsfds 1 year ago
parent
commit
dab959fc32
  1. 3
      scripts/gha/build_nswitch_docker.sh

3
scripts/gha/build_nswitch_docker.sh

@ -14,8 +14,9 @@ build_hlsdk() @@ -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..."

Loading…
Cancel
Save