We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598bcca commit 90830e1Copy full SHA for 90830e1
.github/workflows/dart.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v1
17
- uses: dart-lang/setup-dart@v1
18
with:
19
- release-channel: ${{ matrix.dart_channel }}
+ sdk: ${{ matrix.dart_channel }}
20
- run: |
21
which dart
22
codesign --remove-signature $(which dart)
0 commit comments