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