Update build-and-release.yml

Make translation fetch into full ubuntu instead of slim
This commit is contained in:
breadbyte 2026-03-22 15:20:38 +08:00 committed by GitHub
parent 2a6753f984
commit 9d455f98b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' }}