diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0cf2f6..9237b24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,14 +49,23 @@ jobs: file: lcov.info docs: - needs: test name: Documentation + env: + MKLROOT: /opt/intel/mkl/ runs-on: ubuntu-latest steps: + - uses: myci-actions/add-deb-repo@8 + with: + repo: deb [trusted=yes] https://apt.repos.intel.com/mkl all main + repo-name: mkl + # keys: + key-server: https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB + install: intel-mkl-64bit-2019.5-075 - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: version: '1.6' + - uses: julia-actions/julia-buildpkg@v1 - run: | julia --project=docs -e ' using Pkg