From 9d455f98b2930d8e0424499ed81ccb0a4d3109c3 Mon Sep 17 00:00:00 2001 From: breadbyte <14045257+breadbyte@users.noreply.github.com> Date: Sun, 22 Mar 2026 15:20:38 +0800 Subject: [PATCH] Update build-and-release.yml Make translation fetch into full ubuntu instead of slim --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 0bd0350c..37058d3b 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -26,7 +26,7 @@ jobs: fetch-translations: strategy: fail-fast: true - runs-on: ubuntu-slim + runs-on: ubuntu needs: determine-build # Translations will only be fetched in the MCCTeam repository, since it needs crowdin secrets. if: ${{ github.repository == 'MCCTeam/Minecraft-Console-Client' }}