We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a29fc6 commit 144fee4Copy full SHA for 144fee4
.github/workflows/test.yml
@@ -166,8 +166,9 @@ jobs:
166
steps:
167
- uses: actions/checkout@v3
168
- name: Install toolchain
169
- uses: dtolnay/rust-toolchain@nightly
+ uses: dtolnay/rust-toolchain@master
170
with:
171
+ toolchain: nightly-2022-09-23 # https://github.com/rust-lang/rust/issues/102278
172
components: rust-src
173
- name: Build top-level only
174
run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
0 commit comments