Skip to content

Commit ae437a2

Browse files
authored
Install ninja-build for bootstrapping dart 2.18
1 parent f822a4d commit ae437a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
apt-get update
102102
apt-get install --no-install-recommends -y ca-certificates curl git python3 xz-utils
103103
104+
- name: Install build tools
105+
if: startsWith(needs.archive.outputs.checked-in-sdk-version, '2.18.')
106+
run: |
107+
apt-get install --no-install-recommends -y ninja-build
108+
104109
- name: Download Dart SDK
105110
id: download
106111
run: |

0 commit comments

Comments
 (0)