Skip to content

Commit 1dd2fbd

Browse files
committed
Fix broken CI
1 parent adff09c commit 1dd2fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v2
8585
- uses: dart-lang/setup-dart@v1
86+
# TODO(jathak): Use the latest Dart when dart-lang/sdk#45488
87+
with: {sdk: 2.12.4}
8688
- run: dart pub get
8789
- name: Analyze dart
8890
run: dartanalyzer --fatal-warnings --fatal-infos lib tool test

0 commit comments

Comments
 (0)