From 601d8ff0b5d26cdde1eb83080487c9b4b1c771e4 Mon Sep 17 00:00:00 2001 From: kxxt Date: Thu, 20 Oct 2022 11:24:20 +0800 Subject: [PATCH 1/2] update toolchain ver to nightly 20220805 --- scripts/classroom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/classroom.yml b/scripts/classroom.yml index 4f2194f..ba29382 100644 --- a/scripts/classroom.yml +++ b/scripts/classroom.yml @@ -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 From 736921ad94b91a3aaa52f98d77970cf54bae7c1a Mon Sep 17 00:00:00 2001 From: kxxt Date: Thu, 20 Oct 2022 12:29:48 +0800 Subject: [PATCH 2/2] delete toolchain action in classroom workflow --- scripts/classroom.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/classroom.yml b/scripts/classroom.yml index ba29382..2913ce4 100644 --- a/scripts/classroom.yml +++ b/scripts/classroom.yml @@ -13,12 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: nightly-2022-08-05 - components: rust-src, llvm-tools-preview - target: riscv64gc-unknown-none-elf - uses: actions-rs/install@v0.1 with: crate: cargo-binutils