Skip to content

Commit

Permalink
Use dart main for 'Tests Linux' job
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Apr 8, 2022
1 parent dc464a4 commit bef2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name : Setup Dart SDK
uses: dart-lang/setup-dart@main
with:
sdk: stable
sdk: main
- name: Install dependencies
run: dart pub get
- name: Run tests
Expand Down

0 comments on commit bef2bb2

Please sign in to comment.