From 08d1dd2f23b87f92ef6930e23304f127edbf8f79 Mon Sep 17 00:00:00 2001 From: KodrAus Date: Wed, 3 May 2023 19:26:20 +1000 Subject: [PATCH] fix up YAML --- .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 a4a57273..c6b0ae32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Install Rust toolchain - rustup target add thumbv6m-none-eabi && rustup update nightly-thumbv6m-none-eabi + run: rustup target add thumbv6m-none-eabi && rustup update nightly-thumbv6m-none-eabi - name: No features run: cargo +nightly build -Z avoid-dev-deps --target thumbv6m-none-eabi --no-default-features