From c11929e282b1efb6c9e72b6701f2372fe7f2b13e Mon Sep 17 00:00:00 2001 From: staphen Date: Sun, 8 Aug 2021 20:37:43 -0400 Subject: [PATCH] Install gettext in 3DS CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec1fb2bcd..4050a93f1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: steps: - checkout - run: apt-get update -y - - run: apt-get install -y ffmpeg + - run: apt-get install -y ffmpeg gettext - 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