Skip to content

Commit

Permalink
downgrade flutter version on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Oct 16, 2022
1 parent 3a7cca8 commit 137838d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
# same with pubspec.yaml
flutter-version: "3.0.0"
flutter-version: "2.2.0"
- run: flutter pub get
working-directory: dart_native/example
- run: flutter test --no-pub test/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
# same with pubspec.yaml
flutter-version: "3.0.0"
flutter-version: "2.2.0"
- run: flutter pub get
working-directory: dart_native/example
- run: flutter analyze --no-pub --no-current-package lib/ test/
Expand Down

0 comments on commit 137838d

Please sign in to comment.