Skip to content

Commit

Permalink
Pin static analysis to Dart 2.12
Browse files Browse the repository at this point in the history
This works around dart-lang/sdk#45488
  • Loading branch information
nex3 committed May 19, 2021
1 parent b968d87 commit b67b47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
# TODO(nweiz): Use the latest Dart when dart-lang/sdk#45488
with: {sdk: 2.12.4}
- run: dart pub get
- name: Analyze dart
run: dartanalyzer --fatal-warnings --fatal-infos lib tool test
Expand Down

0 comments on commit b67b47c

Please sign in to comment.