Skip to content

Commit

Permalink
chore: Update flutter and SDK versions to 3.4.0 and 3.24.0 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Aug 7, 2024
1 parent 60caca5 commit 050a7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
timeout-minutes: 1
run: |
apt-get update && apt-get install -y lcov
flutter pub get --no-example
flutter pub get
dart pub global activate intl_utils
dart pub global run intl_utils:generate
- name: 📥 Save Pub modules
id: cache-pub-save
Expand All @@ -81,8 +83,6 @@ jobs:
- name: 🏗️ Codegen
working-directory: ${{ env.working-directory }}
run: |
dart pub global activate intl_utils
dart pub global run intl_utils:generate
flutter gen-l10n --arb-dir lib/src/common/localization --output-dir lib/src/common/localization/generated --template-arb-file intl_en.arb
dart run build_runner build --delete-conflicting-outputs --release
timeout-minutes: 5
Expand Down

0 comments on commit 050a7a8

Please sign in to comment.