Skip to content

Commit ac7603d

Browse files
committed
Added flutterfire back in nmacos
1 parent 8f675da commit ac7603d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yml

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- name: Install pub dependencies
4848
run: cd app && flutter pub get
4949

50+
- name: Activate flutter fire
51+
run: flutter pub global activate flutterfire_cli
52+
5053
- run: |
5154
cd app
5255
flutter build macos -t lib/main.firebase.dart --release

0 commit comments

Comments
 (0)