Skip to content

Commit

Permalink
Install ninja-build for bootstrapping dart 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Apr 28, 2023
1 parent f822a4d commit ae437a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ jobs:
apt-get update
apt-get install --no-install-recommends -y ca-certificates curl git python3 xz-utils
- name: Install build tools
if: startsWith(needs.archive.outputs.checked-in-sdk-version, '2.18.')
run: |
apt-get install --no-install-recommends -y ninja-build
- name: Download Dart SDK
id: download
run: |
Expand Down

0 comments on commit ae437a2

Please sign in to comment.