From 4d9ef47fd15c2f7c83569c647f3b5afcbb79bded Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 11 Nov 2022 20:15:19 +0100 Subject: ci: use Rust nightly in the code-style job --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.circleci/config.yml') diff --git a/.circleci/config.yml b/.circleci/config.yml index b3b41cc..4355f4b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,12 @@ jobs: steps: - checkout - run: cargo --version + - run: + name: Install Rust nightly + command: rustup install nightly + - run: + name: Setting Rust nightly as default + command: rustup default nightly - run: name: Run Rustfmt command: find src macros/src -type f -name "*.rs" -exec rustfmt --edition 2021 --check {} \; -- cgit v1.2.3-18-g5258