diff --git a/.circleci/config.yml b/.circleci/config.yml index 4656d760b..395e610e4 100644 --- a/.circleci/config.yml +++ b/.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"