Skip to content

Commit

Permalink
test-avr: use nightly 2022-09-23
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Nov 22, 2022
1 parent 7a29fc6 commit 144fee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -166,8 +166,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2022-09-23 # https://github.com/rust-lang/rust/issues/102278
components: rust-src
- name: Build top-level only
run: cargo build -Z build-std=core --target=avr-unknown-gnu-atmega328 --no-default-features
Expand Down

0 comments on commit 144fee4

Please sign in to comment.