update toolchain ver to nightly 20220805

This commit is contained in:
kxxt
2022-10-20 11:24:20 +08:00
parent 8581309d1f
commit 601d8ff0b5

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-04-11
toolchain: nightly-2022-08-05
components: rust-src, llvm-tools-preview
target: riscv64gc-unknown-none-elf
- uses: actions-rs/install@v0.1