Browse Source

ci: nswitch: actually set env vars properly

pull/2/head
fgsfds 1 year ago
parent
commit
07922c0239
  1. 2
      scripts/gha/build_nswitch_docker.sh

2
scripts/gha/build_nswitch_docker.sh

@ -20,6 +20,8 @@ dkp-pacman -S --noconfirm dkp-toolchain-vars || die @@ -20,6 +20,8 @@ dkp-pacman -S --noconfirm dkp-toolchain-vars || die
# forgive me father, for I have sinned
ln -s /usr/bin/python3 /usr/bin/python
source $DEVKITPRO/switchvars.sh
echo "Building libsolder..."
make -C libsolder install || die

Loading…
Cancel
Save