[3DS] Use latest version of makerom
This commit is contained in:
parent
73a5f4861e
commit
422ae249e7
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ jobs:
|
|||
- run: apt-get install -y ffmpeg gettext smpq
|
||||
- run: wget https://github.com/Steveice10/bannertool/releases/download/1.2.0/bannertool.zip
|
||||
- run: unzip -j "bannertool.zip" "linux-x86_64/bannertool" -d "/opt/devkitpro/tools/bin"
|
||||
- run: wget https://github.com/jakcron/Project_CTR/releases/download/v0.16/makerom_016_ctrtool.zip
|
||||
- run: unzip -j "makerom_016_ctrtool.zip" "Ubuntu/makerom" -d "/opt/devkitpro/tools/bin"
|
||||
- run: wget https://github.com/3DSGuy/Project_CTR/releases/download/makerom-v0.18/makerom-v0.18-ubuntu_x86_64.zip
|
||||
- run: unzip "makerom-v0.18-ubuntu_x86_64.zip" "makerom" -d "/opt/devkitpro/tools/bin"
|
||||
- run: sudo chmod +rx /opt/devkitpro/tools/bin/makerom
|
||||
- run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/3DS.cmake
|
||||
- run: cmake --build build -j 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue