Skip to content

Commit 49663ba

Browse files
committed
NX Stuff
1 parent 87cac04 commit 49663ba

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ jobs:
194194
gamecontrollerdb.txt
195195
196196
build-switch:
197-
if: false
198197
needs: generate-port-o2r
199198
runs-on: ubuntu-latest
200199
container:
@@ -208,7 +207,7 @@ jobs:
208207
sudo apt-get update
209208
sudo apt-get install -y ninja-build
210209
sudo apt-get remove -y cmake
211-
git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
210+
git -C libultraship remote add nx https://github.com/YoshiCrystal9/libultraship.git
212211
git -C libultraship fetch nx
213212
git -C libultraship checkout nx/main-nx
214213
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh

.github/workflows/switch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on: [pull_request]
33

44
jobs:
55
build-switch:
6-
if: false
76
runs-on: ubuntu-latest
87
container:
98
image: devkitpro/devkita64:20241023
@@ -16,7 +15,7 @@ jobs:
1615
sudo apt-get update
1716
sudo apt-get install -y ninja-build
1817
sudo apt-get remove -y cmake
19-
git -C libultraship remote add nx https://github.com/Net64DD/libultraship.git
18+
git -C libultraship remote add nx https://github.com/YoshiCrystal9/libultraship.git
2019
git -C libultraship fetch nx
2120
git -C libultraship checkout nx/main-nx
2221
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh

0 commit comments

Comments
 (0)