Skip to content

Commit 7a29fc6

Browse files
committed
CI AVR test: unpin nightly rust version
1 parent 4304050 commit 7a29fc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,8 @@ jobs:
166166
steps:
167167
- uses: actions/checkout@v3
168168
- name: Install toolchain
169-
uses: dtolnay/rust-toolchain@master
169+
uses: dtolnay/rust-toolchain@nightly
170170
with:
171-
toolchain: nightly-2021-01-07 # Pinned compiler version due to https://github.com/rust-lang/compiler-builtins/issues/400
172171
components: rust-src
173172
- name: Build top-level only
174173
run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features

0 commit comments

Comments
 (0)