feat(CI/MacOS): use acore.sh to install deps (#4003)
This commit is contained in:
parent
46d6a4690b
commit
0067d45ba4
5 changed files with 24 additions and 15 deletions
4
.github/workflows/core_build.yml
vendored
4
.github/workflows/core_build.yml
vendored
|
|
@ -85,8 +85,10 @@ jobs:
|
|||
restore-keys: |
|
||||
ccache:${{ matrix.os }}:${{ github.ref }}
|
||||
ccache:${{ matrix.os }}
|
||||
- name: Install latest bash
|
||||
run: brew install bash
|
||||
- name: Configure OS
|
||||
run: source ./apps/ci/mac/ci-install.sh
|
||||
run: source ./acore.sh install-deps
|
||||
- name: Build
|
||||
run: source ./apps/ci/mac/ci-compile.sh
|
||||
- name: Run unit tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue