Browse Source

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.
pull/8089/head
Gleb Mazovetskiy 8 months ago
parent
commit
be2fcb0499
  1. 5
      .github/workflows/3ds.yml
  2. 5
      .github/workflows/switch.yml

5
.github/workflows/3ds.yml

@ -33,9 +33,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get install -t bullseye -y --no-install-recommends --no-install-suggests \ apt-get install -y --no-install-recommends --no-install-suggests \
ffmpeg \ ffmpeg
gettext
- name: Get external dependencies - name: Get external dependencies
run: | run: |

5
.github/workflows/switch.yml

@ -31,11 +31,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install dependencies
run: |
apt-get install -y --no-install-recommends --no-install-suggests \
gettext
- name: Configure CMake - name: Configure CMake
run: | run: |
cmake \ cmake \

Loading…
Cancel
Save