From e465b146e46b4dd1b228ec0d47d78967fede9b4c Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Wed, 5 Jun 2024 14:25:19 -0400 Subject: [PATCH] modify pre build script 2 --- .github/actions/pre_build/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/pre_build/action.yml b/.github/actions/pre_build/action.yml index 1557deb9..1095c898 100644 --- a/.github/actions/pre_build/action.yml +++ b/.github/actions/pre_build/action.yml @@ -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