From 8c6d14a466a418bf604c42fb486efe2e544e3282 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 22 Jun 2022 11:52:31 +0200 Subject: [PATCH] pin nightly version in CI rust-lang/rust#97791 appears to have broken -Z build-std (?) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b5936f..fe7a53e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: override: true profile: minimal target: thumbv7m-none-eabi - toolchain: nightly + toolchain: nightly-2022-06-18 - run: cargo install --path . --debug - name: Can analyze example firmware run: cargo test