CI: run the no-std build with the nightly compiler.
This commit is contained in:
parent
8d41a5c20f
commit
eadcb31e78
|
@ -66,7 +66,7 @@ jobs:
|
||||||
name: build nalgebra-glm
|
name: build nalgebra-glm
|
||||||
command: cargo build -p nalgebra-glm --all-features
|
command: cargo build -p nalgebra-glm --all-features
|
||||||
build-no-std:
|
build-no-std:
|
||||||
executor: rust-executor
|
executor: rust-nightly-executor
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in New Issue