forked from M-Labs/nalgebra
CI: add some missing dependencies for lapack
This commit is contained in:
parent
0c0915d45c
commit
4233ba1131
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user