Fix iOS workflow (#366)

This commit is contained in:
Oliver 2023-06-12 23:10:19 +10:00 committed by GitHub
parent 21ace1ae02
commit 8cebc25bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -25,13 +25,14 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.3'
flutter-version: '3.10.43'
- name: Collect Translation Files
run: |
cd lib/l10n
python3 collect_translations.py
- name: Build for iOS
run: |
flutter upgrade
flutter pub get
cd ios
pod repo update