Skip to content

Commit

Permalink
ci: change from dart to flutter pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
octobocto committed Oct 27, 2023
1 parent ae04685 commit e26c470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
- uses: dart-lang/setup-dart@v1

- name: Install dependencies
run: dart pub get
run: flutter pub get

# Uncomment this step to verify the use of 'dart format' on each commit.
- name: Verify formatting
Expand Down

0 comments on commit e26c470

Please sign in to comment.