Skip to content

Commit c7ca73f

Browse files
authored
Update build.yml
1 parent b9f76ff commit c7ca73f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ jobs:
4646
python3 sdk/tools/generate_package_config.py
4747
python3 sdk/tools/generate_sdk_version_file.py
4848
49-
- name: Patch
50-
run: |
51-
cd dart-sdk/sdk
52-
if grep -q buildtools/sysroot/alpine-linux build/linux/alpine_sysroot_scripts/install-sysroot.sh; then
53-
exit 0
54-
fi
55-
xargs -n 1 -- sh -xc 'curl -fsSL "https://github.com/dart-lang/sdk/commit/$1.diff" | git apply -' -- <<'EOF'
56-
867610409a571f9a8848d46fb949745ef0d29e18
57-
EOF
58-
5949
- name: Get Checked-in Dart SDK Version
6050
id: version
6151
run: |

0 commit comments

Comments
 (0)