We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c75b7 commit ecb0d74Copy full SHA for ecb0d74
.github/workflows/ci.yml
@@ -20,7 +20,10 @@ jobs:
20
matrix:
21
os: [ubuntu-latest, windows-latest, macos-latest]
22
dart_channel: [stable]
23
- include: [{os: ubuntu-latest, dart_channel: dev}]
+ # TODO(nweiz): Re-enable this when
24
+ # https://github.com/dart-lang/sdk/issues/52121#issuecomment-1728534228
25
+ # is addressed.
26
+ # include: [{os: ubuntu-latest, dart_channel: dev}]
27
28
steps:
29
- if: ${{ matrix.os == 'windows-latest' }}
0 commit comments