Skip to content

Commit 68dced1

Browse files
committed
fix(flutter_pkg): use flutter to activate bloc_tools
1 parent 74af187 commit 68dced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: ✅ Bloc Lint
113113
if: ${{inputs.run_bloc_lint}}
114114
run: |
115-
dart pub global activate bloc_tools
115+
flutter pub global activate bloc_tools
116116
bloc lint .
117117
118118
- name: 🧪 Run Tests

0 commit comments

Comments
 (0)