Skip to content

Commit 6200923

Browse files
ptomatoNathanWalker
authored andcommitted
Install ninja dep
Ninja is a prerequisite for the build. On Ubuntu install it with apt-get, and on GitHub's macOS Docker image it needs to come from Homebrew.
1 parent 9af1728 commit 6200923

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo ln -fs /usr/share/zoneinfo/UTC /etc/localtime
4040
sudo apt-get update
4141
sudo apt-get upgrade -y
42-
sudo apt-get install -y apt-utils sudo lsb-core git python nodejs npm wget openjdk-8-jre openjdk-8-jdk
42+
sudo apt-get install -y apt-utils sudo lsb-core git python ninja-build nodejs npm wget openjdk-8-jre openjdk-8-jdk
4343
4444
- name: Export settings from npm package
4545
run: npm run export_npm_env

.github/workflows/ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Setup V8 build environment
2020
run: |
2121
brew install coreutils
22+
brew install ninja
2223
scripts/setup.sh -r ${V8_VERSION} ios
2324
2425
- name: Patch V8

0 commit comments

Comments
 (0)