From 7510048bd62a871bfa14f94eccecc9b8b8b864fd Mon Sep 17 00:00:00 2001 From: staphen Date: Wed, 28 Jul 2021 22:26:33 -0400 Subject: [PATCH] Add 3DS CI commands to download ffmpeg --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 598ce00b7..ec1fb2bcd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,6 +56,8 @@ jobs: working_directory: ~/repo steps: - checkout + - run: apt-get update -y + - run: apt-get install -y ffmpeg - 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