We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f822a4d commit ae437a2Copy full SHA for ae437a2
.github/workflows/build.yml
@@ -101,6 +101,11 @@ jobs:
101
apt-get update
102
apt-get install --no-install-recommends -y ca-certificates curl git python3 xz-utils
103
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
+
109
- name: Download Dart SDK
110
id: download
111
run: |
0 commit comments