Skip to content

Commit 8c6d14a

Browse files
committed
pin nightly version in CI
rust-lang/rust#97791 appears to have broken -Z build-std (?)
1 parent d6d87ee commit 8c6d14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
override: true
3535
profile: minimal
3636
target: thumbv7m-none-eabi
37-
toolchain: nightly
37+
toolchain: nightly-2022-06-18
3838
- run: cargo install --path . --debug
3939
- name: Can analyze example firmware
4040
run: cargo test

0 commit comments

Comments
 (0)