CI: install cmake for lapack compilation.

This commit is contained in:
sebcrozet 2020-04-05 19:46:45 +02:00
parent 7bbca5c616
commit 0c0915d45c
1 changed files with 2 additions and 0 deletions

View File

@ -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;