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
|
command: cargo build -p nalgebra-glm --all-features
|
||||||
- run:
|
- run:
|
||||||
name: build nalgebra-lapack
|
name: build nalgebra-lapack
|
||||||
command: cd nalgebra-lapack; cargo build --features netlib
|
command: cd nalgebra-lapack; cargo build
|
||||||
test-native:
|
test-native:
|
||||||
executor: rust-executor
|
executor: rust-executor
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue