From be2fcb0499e2c33ccdbdc28855ceaa321ee472c7 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 4 Aug 2025 06:02:23 +0100 Subject: [PATCH] GitHub CI: Update 3DS and Switch configs 1. Debian has been updated to bookworm. 2. gettext is now part of the image, no need to install it. --- .github/workflows/3ds.yml | 5 ++--- .github/workflows/switch.yml | 5 ----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/3ds.yml b/.github/workflows/3ds.yml index a922e5e05..307be9715 100644 --- a/.github/workflows/3ds.yml +++ b/.github/workflows/3ds.yml @@ -33,9 +33,8 @@ jobs: - name: Install dependencies run: | - apt-get install -t bullseye -y --no-install-recommends --no-install-suggests \ - ffmpeg \ - gettext + apt-get install -y --no-install-recommends --no-install-suggests \ + ffmpeg - name: Get external dependencies run: | diff --git a/.github/workflows/switch.yml b/.github/workflows/switch.yml index b03d19776..67d271c3f 100644 --- a/.github/workflows/switch.yml +++ b/.github/workflows/switch.yml @@ -31,11 +31,6 @@ jobs: with: fetch-depth: 0 - - name: Install dependencies - run: | - apt-get install -y --no-install-recommends --no-install-suggests \ - gettext - - name: Configure CMake run: | cmake \