File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ on: [pull_request]
33
44jobs :
55 build-switch :
6- if : false
76 runs-on : ubuntu-latest
87 container :
98 image : devkitpro/devkita64:20241023
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
You can’t perform that action at this time.
0 commit comments