xash3d-fwgs/scripts/gha/deps_nswitch.sh

19 lines
460 B
Bash
Raw Normal View History

2023-02-07 18:34:58 +01:00
#!/bin/bash
cd $GITHUB_WORKSPACE
echo "Downloading devkitA64 docker container..."
2023-02-07 18:34:58 +01:00
docker pull devkitpro/devkita64:latest || exit 1
2023-02-07 18:34:58 +01:00
echo "Downloading libsolder..."
2023-02-07 18:34:58 +01:00
rm -rf libsolder
git clone https://github.com/fgsfdsfgs/libsolder.git || exit 1
2023-02-07 18:34:58 +01:00
echo "Downloading HLSDK..."
2023-02-07 18:34:58 +01:00
# TODO: change to FWGS/hlsdk-portable.git when changes are merged in
rm -rf hlsdk-xash3d hlsdk-portable
git clone --recursive https://github.com/fgsfdsfgs/hlsdk-xash3d.git || exit 1