mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-03 00:03:43 +08:00
Install ninja
This commit is contained in:
10
.github/workflows/build-macosx.yml
vendored
10
.github/workflows/build-macosx.yml
vendored
@@ -10,6 +10,11 @@ jobs:
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
-
|
||||
name: Setup environment
|
||||
run: |
|
||||
chmod +x scripts/install_macos_dependencies.sh
|
||||
./install_macos_dependencies.sh
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
@@ -25,6 +30,11 @@ jobs:
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
-
|
||||
name: Setup environment
|
||||
run: |
|
||||
chmod +x scripts/install_macos_dependencies.sh
|
||||
./install_macos_dependencies.sh
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
|
||||
3
scripts/install_macos_dependencies.sh
Normal file
3
scripts/install_macos_dependencies.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
brew install ninja
|
||||
Reference in New Issue
Block a user