CI: use openblas instead of netlib.

This commit is contained in:
sebcrozet 2020-04-05 20:05:53 +02:00
parent 4233ba1131
commit ed85d5418a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
command: cargo build -p nalgebra-glm --all-features
- run:
name: build nalgebra-lapack
command: cd nalgebra-lapack; cargo build --features netlib
command: cd nalgebra-lapack; cargo build
test-native:
executor: rust-executor
steps: