Skip to content

Commit cb09ac6

Browse files
committed
workflow: remove 7z dependency; update nesds
1 parent c51ac3d commit cb09ac6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install p7zip for nesDS
2323
run: |
2424
sudo apt update
25-
sudo apt install p7zip-full -y
2625
2726
- name: Download other applications
2827
run: |
@@ -38,15 +37,14 @@ jobs:
3837
wget https://files.deletecat.com/GBARunner3-hicode.zip
3938
wget -O GBAR3-Frontend.nds https://github.com/flashcarts/gbar3-frontend/releases/download/v0.9.0-fcnet2/gbar3-frontend-AOS.nds
4039
wget https://github.com/Stewmath/GameYob/releases/download/v0.5.2/gameyob.zip
41-
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z
40+
wget https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.nds
4241
unzip GBARunner3-hicode.zip
4342
cp -r _gba ../out/acep
4443
cp -r _gba ../out/r4it
4544
cp -r _gba ../out/r4xx
4645
cp -r _gba ../out/ex4ds
4746
unzip gameyob.zip; rm gameyob_dsi.nds
4847
unzip S8DS.zip
49-
7z e nesDS.7z
5048
# for whatever reason this needs to be DLDI patched, doesn't want to work from AOS directly
5149
dlditool ../kernel/__rpg/game.dldi gameyob.nds
5250
cp -r *.nds ../out/acep/__rpg/APP/

0 commit comments

Comments
 (0)