summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2026-05-09 01:49:20 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2026-05-09 01:49:20 -0300
commit073d2660d54cd447800ada9443e19eec886d276b (patch)
treeda54edab81231a2011b5890967c31eb2b32350cf /.github
parent39bf387e58342e5e2f090c823f3a09bc174ccd30 (diff)
CI Try
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/switch.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml
index 784bfb05..00f9a283 100644
--- a/.github/workflows/switch.yml
+++ b/.github/workflows/switch.yml
@@ -18,14 +18,14 @@ jobs:
sudo apt-get update
sudo apt-get install -y ninja-build
sudo apt-get remove -y cmake
- git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
+ git -C libultraship remote add nx https://github.com/sonicdcer/libultraship.git
git -C libultraship fetch nx
- git -C libultraship checkout nx/main-nx
+ git -C libultraship checkout nx/main-nx_backup
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir
cmake -H. -Bbuild-switch -GNinja -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
cmake --build build-switch --config Release -j3
- wget -O gamecontrollerdb.txt https://raw.githubusercontent.com/mdqinc/SDL_GameControllerDB/master/gamecontrollerdb.txt
+ wget -O gamecontrollerdb.txt https://github.com/mdqinc/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt
mv README.md readme.txt
mv build-switch/*.nro Starship.nro
- name: Upload build