From a77ae9a1c2d07e554cc771c9afc134d16a8fae71 Mon Sep 17 00:00:00 2001 From: huangxinda Date: Fri, 7 Jan 2022 17:27:12 +0800 Subject: [PATCH] feat(ci): download ninja --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9450588f..1b6b588ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Checkout submodules run: | + apt update&&apt install ninja-build ./third_party/prepare.sh ./third_party/install-mkl.sh - name: Build MegEngine @@ -57,6 +58,7 @@ jobs: uses: actions/checkout@v2 - name: Checkout submodules run: | + apt update&&apt install ninja-build ./third_party/prepare.sh ./third_party/install-mkl.sh - name: Build MegEngine -- GitLab