Skip to content

Commit

Permalink
fix up YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed May 3, 2023
1 parent f33306e commit 08d1dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08d1dd2

Please sign in to comment.