From 633a47fd762ace3661c23599c8782b2bc420bdaa Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 12 May 2021 20:16:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20Switch=20CI=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The image was updated from Debian Stretch to Debian Buster in https://github.com/devkitPro/docker/commit/491845c3c3a2c9deff5ff1ad05152732bebb2d49 --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 46e52c87d..4656d760b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,9 +37,6 @@ jobs: working_directory: ~/repo steps: - checkout - - run: echo deb http://deb.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/debian-backports.list - - run: echo deb http://deb.debian.org/debian stretch-backports-sloppy main >> /etc/apt/sources.list.d/debian-backports.list - - run: apt-get update && apt-get install -y -t 'stretch-backports*' cmake - run: dkp-pacman -Syu --noconfirm # Install cmake files (https://github.com/devkitPro/docker/issues/3) - run: dkp-pacman -S --needed --noconfirm --quiet devkitpro-pkgbuild-helpers