Skip to content

Commit 891355a

Browse files
authored
Update build.yml
1 parent dc5e8bf commit 891355a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
python3 sdk/tools/generate_package_config.py
4747
python3 sdk/tools/generate_sdk_version_file.py
4848
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-
5749
- name: Patch Dart SDK 3.0
5850
run: |
5951
cd dart-sdk/sdk

0 commit comments

Comments
 (0)