feat(CI/Ubuntu): use acore.sh to install deps (#4042)

This commit is contained in:
Patrick Lewis
2021-01-09 03:12:38 -08:00
committed by GitHub
parent dd8abcd87e
commit 96a549c559
3 changed files with 12 additions and 20 deletions

View File

@@ -51,9 +51,11 @@ jobs:
ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}
ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules
- name: Configure OS
run: source ./apps/ci/ci-install.sh
run: source ./acore.sh install-deps
env:
CONTINUOUS_INTEGRATION: true
- name: Create conf/config.sh
run: source ./apps/ci/ci-conf.sh
- name: Import db
run: source ./apps/ci/ci-import-db.sh
- name: Build