ci: nswitch: actually set env vars properly

This commit is contained in:
fgsfds 2023-02-07 20:26:24 +01:00
parent 1a54ec92e0
commit 07922c0239
1 changed files with 2 additions and 0 deletions

View File

@ -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