From 822bde49851e3d96aa3478f6f717510eaf5830ad Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 23 Jul 2025 22:38:45 +0100 Subject: [PATCH] 3ds/switch CI: Remove cmake install command The command no longer works because debian-backports got discontinued today but luckily CMake is already installed from backports in the base image: https://github.com/devkitPro/docker/blob/375f4140828dd715c5e34eee085bfaa1169eae33/toolchain-base/Dockerfile#L16-L18 --- .github/workflows/3ds.yml | 7 +------ .github/workflows/switch.yml | 5 ----- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/3ds.yml b/.github/workflows/3ds.yml index 3d4141ba8..a922e5e05 100644 --- a/.github/workflows/3ds.yml +++ b/.github/workflows/3ds.yml @@ -33,12 +33,7 @@ jobs: - name: Install dependencies run: | - tee /etc/apt/sources.list.d/bullseye-backports.list <