CI: add some missing dependencies for lapack

This commit is contained in:
sebcrozet 2020-04-05 19:57:31 +02:00
parent 0c0915d45c
commit 4233ba1131
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- checkout
- run: apt-get update
- run: apt-get install -y cmake
- run: apt-get install -y cmake gfortran libblas-dev liblapack-dev
- run:
name: build --no-default-feature
command: cargo build --no-default-features;