mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-22 22:44:42 -04:00
CI Try 2
This commit is contained in:
@@ -18,9 +18,9 @@ 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/sonicdcer/libultraship.git
|
||||
git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
|
||||
git -C libultraship fetch nx
|
||||
git -C libultraship checkout nx/main-nx_backup
|
||||
git -C libultraship checkout 2623c6bad4e2e7d2e6191816439f7a3f6e5ccb21
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user