CI: use openblas instead of netlib.
This commit is contained in:
parent
4233ba1131
commit
ed85d5418a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue