mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Install ninja
This commit is contained in:
parent
aa247cd98b
commit
4da61990dc
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
|
Loading…
Reference in New Issue
Block a user