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

View File

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