Skip to content

Commit

Permalink
chore(build): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
esarbanis committed Nov 24, 2023
1 parent 47e7848 commit c3c41ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
# 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
with:
sdk: 3.1

- name: Install dependencies
run: dart pub get
with:
sdk: 3.2

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

0 comments on commit c3c41ff

Please sign in to comment.