Skip to content

Commit 144fee4

Browse files
committed
test-avr: use nightly 2022-09-23
1 parent 7a29fc6 commit 144fee4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ jobs:
166166
steps:
167167
- uses: actions/checkout@v3
168168
- name: Install toolchain
169-
uses: dtolnay/rust-toolchain@nightly
169+
uses: dtolnay/rust-toolchain@master
170170
with:
171+
toolchain: nightly-2022-09-23 # https://github.com/rust-lang/rust/issues/102278
171172
components: rust-src
172173
- name: Build top-level only
173174
run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features

0 commit comments

Comments
 (0)