Browse Source

🔨 Fix 3DS build

pull/1963/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
74490885d5
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -54,7 +54,7 @@ jobs:
- run: apt-get update && apt-get install -y -t 'stretch-backports*' cmake unzip
- run: dkp-pacman -Syu --noconfirm
- run: dkp-pacman -S --needed --noconfirm --quiet devkitpro-pkgbuild-helpers
- run: wget https://github.com/Steveice10/bannertool/releases/download/1.1.0/bannertool.zip
- 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"

Loading…
Cancel
Save