This commit is contained in:
Jonas Bark
2026-02-14 10:34:17 +01:00
parent aec24bba61
commit b1385e70cc

View File

@@ -109,6 +109,12 @@ jobs:
with:
cache: true
- name: Set Up Flutter maCOS
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Generate translation files
run: |
flutter pub global activate intl_utils;