CI: install cmake for lapack compilation.
This commit is contained in:
parent
7bbca5c616
commit
0c0915d45c
|
@ -24,6 +24,8 @@ jobs:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: apt-get update
|
||||||
|
- run: apt-get install -y cmake
|
||||||
- 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