From eadcb31e789b4a467d7f8acfb664c7c467f57a3c Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 5 Apr 2020 18:56:44 +0200 Subject: [PATCH] CI: run the no-std build with the nightly compiler. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e153155e..4b5538d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,7 @@ jobs: name: build nalgebra-glm command: cargo build -p nalgebra-glm --all-features build-no-std: - executor: rust-executor + executor: rust-nightly-executor steps: - checkout - run: