Skip to content

Commit 04a80ac

Browse files
authored
update git workflow to use the main branch of the SDK (#3251)
1 parent e3b4d84 commit 04a80ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
1717
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
1818
with:
19-
sdk: dev
19+
sdk: main
2020
- name: dart pub get (specification)
2121
run: dart pub get
2222
working-directory: specification
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3838
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3939
with:
40-
sdk: dev
40+
sdk: main
4141
- name: dart pub get (accepted/future-releases/0546-patterns/exhaustiveness_prototype)
4242
run: dart pub get
4343
working-directory: accepted/future-releases/0546-patterns/exhaustiveness_prototype

0 commit comments

Comments
 (0)