Skip to content

Commit 95aba3e

Browse files
authored
Update build.yml
1 parent d7932e5 commit 95aba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Build
123123
run: |
124124
cd dart-sdk/sdk
125-
./tools/build.py --mode release --os android --arch ${{ matrix.target-arch }} --gn-args 'dart_snapshot_kind="app-jit"' create_sdk
125+
./tools/build.py --mode release --os android --arch ${{ matrix.target-arch }} create_sdk
126126
127127
- name: Archive
128128
run: |

0 commit comments

Comments
 (0)