Skip to content

Commit

Permalink
pin nightly version in CI
Browse files Browse the repository at this point in the history
rust-lang/rust#97791 appears to have broken -Z build-std (?)
  • Loading branch information
japaric committed Jun 22, 2022
1 parent d6d87ee commit 8c6d14a
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 @@ -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
Expand Down

0 comments on commit 8c6d14a

Please sign in to comment.