Skip to content

Commit 90830e1

Browse files
committed
ci: fix deprecated argument
1 parent 598bcca commit 90830e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v1
1717
- uses: dart-lang/setup-dart@v1
1818
with:
19-
release-channel: ${{ matrix.dart_channel }}
19+
sdk: ${{ matrix.dart_channel }}
2020
- run: |
2121
which dart
2222
codesign --remove-signature $(which dart)

0 commit comments

Comments
 (0)