mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Update build-and-release.yml
Make translation fetch into full ubuntu instead of slim
This commit is contained in:
parent
2a6753f984
commit
9d455f98b2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue