Skip to content

Commit 0401a22

Browse files
committed
Modifying mock firebase_options.dart for CI compilation fix
1 parent d3301a0 commit 0401a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "// ignore_for_file: type=lint" >> lib/firebase_options.dart
2828
echo "import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;" >> lib/firebase_options.dart
2929
echo "import 'package:flutter/foundation.dart'" >> lib/firebase_options.dart
30-
echo " show defaultTargetPlatform, TargetPlatform;" >> lib/firebase_options.dart
30+
echo " show defaultTargetPlatform, TargetPlatform;" >> lib/firebase_options.dart
3131
echo "" >> lib/firebase_options.dart
3232
echo "class DefaultFirebaseOptions {" >> lib/firebase_options.dart
3333
echo " static FirebaseOptions get currentPlatform {" >> lib/firebase_options.dart

0 commit comments

Comments
 (0)