Skip to content

Commit 4c3cf54

Browse files
authored
Update build.yml
1 parent f900de4 commit 4c3cf54

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ jobs:
112112
- name: Build
113113
run: |
114114
cd dart-sdk/sdk
115-
if test -f build/toolchain/goma.gni; then
116-
./tools/build.py --no-goma --mode release --os android --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' create_sdk
117-
else
118-
./tools/build.py --mode release --os android --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' create_sdk
119-
fi
115+
./tools/build.py --mode release --os android --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' create_sdk
120116
121117
- name: Archive
122118
run: |

0 commit comments

Comments
 (0)