We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d90cb0 commit 3e24e0bCopy full SHA for 3e24e0b
.github/workflows/ci.yml
@@ -80,13 +80,15 @@ jobs:
80
- uses: actions/checkout@master
81
82
- name: setup
83
- run: rustup target add thumbv7m-none-eabi
+ run: |
84
+ rustup default nightly
85
+ rustup target add thumbv7m-none-eabi
86
87
- name: check no_std
88
uses: actions-rs/cargo@v1
89
with:
90
command: check
- args: --no-default-features --features alloc --target thumbv7m-none-eabi -v
91
+ args: --no-default-features --features alloc --target thumbv7m-none-eabi -Z avoid-dev-deps
92
93
check_fmt_and_docs:
94
name: Checking fmt and docs
0 commit comments