mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-11 18:36:03 +08:00
delete toolchain action in classroom workflow
This commit is contained in:
@@ -13,12 +13,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- uses: actions-rs/install@v0.1
|
||||||
with:
|
with:
|
||||||
crate: cargo-binutils
|
crate: cargo-binutils
|
||||||
|
|||||||
Reference in New Issue
Block a user