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 \