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