We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5e8bf commit 891355aCopy full SHA for 891355a
.github/workflows/build.yml
@@ -46,14 +46,6 @@ jobs:
46
python3 sdk/tools/generate_package_config.py
47
python3 sdk/tools/generate_sdk_version_file.py
48
49
- - name: Patch Dart SDK 3.1.0-189.0.dev
50
- if: inputs.ref == '3.1.0-189.0.dev'
51
- run: |
52
- cd dart-sdk/sdk
53
- xargs -n 1 -- sh -xc 'curl -fsSL "https://github.com/dart-lang/sdk/commit/$1.diff" | git apply -' -- <<'EOF'
54
- 99c68b013bab3c574abe300d710d5bdf8f111c10
55
- EOF
56
-
57
- name: Patch Dart SDK 3.0
58
run: |
59
cd dart-sdk/sdk
0 commit comments