Skip to content

Commit a6b319c

Browse files
committed
Replace 'flutter pub get' with 'flutter pub add' for url_launcher in deploy_live_preview.yml
1 parent 97d61c7 commit a6b319c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_live_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
flutter pub add device_preview
4646
flutter pub add device_preview_screenshot
4747
flutter pub add font_awesome_flutter
48-
flutter pub get url_launcher
48+
flutter pub add url_launcher
4949
flutter pub get
5050
5151
- name: Update device_preview_button.dart for preview

0 commit comments

Comments
 (0)