From 74490885d52c2ffaa698c3839bc711cc66691b0a Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 13 May 2021 19:14:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=203DS=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"