diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9450588..1b6b588e 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