CI: install cmake for lapack compilation.
This commit is contained in:
parent
7bbca5c616
commit
0c0915d45c
|
@ -24,6 +24,8 @@ jobs:
|
|||
executor: rust-executor
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y cmake
|
||||
- run:
|
||||
name: build --no-default-feature
|
||||
command: cargo build --no-default-features;
|
||||
|
|
Loading…
Reference in New Issue