Skip to content

Commit

Permalink
modify pre build script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 5, 2024
1 parent 36efaf5 commit e465b14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/pre_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ runs:
run: flutter config --no-cli-animations --enable-analytics
- name: Enable Flutter tools
shell: bash
run: \
dart pub global activate flutter_gen
dart pub global activate intl_translation
run: dart pub global activate intl_translation
- name: Get dependencies
shell: bash
run: flutter pub get
Expand Down

0 comments on commit e465b14

Please sign in to comment.