Skip to content

Commit

Permalink
ci: only get very_good_flutter_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 23, 2024
1 parent 887ebeb commit 2ccb297
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/very_good_flutter_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# The version of Flutter to use should use the minimum Dart SDK version supported by the package,
# refer to https://docs.flutter.dev/development/tools/sdk/releases.
- "3.13.0"
- "any"
- "3.x"
platform:
- android
- ios
Expand All @@ -50,6 +50,9 @@ jobs:
run: |
dart pub global activate mason_cli
dart pub global activate very_good_cli
rm -rf mason.yaml
mason init
mason add very_good_flutter_plugin --path very_good_flutter_plugin
mason get
mason make very_good_flutter_plugin -c very_good_flutter_plugin/config.json -o output --on-conflict overwrite --platforms ${{ matrix.platform }}
Expand Down

0 comments on commit 2ccb297

Please sign in to comment.