We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1fbc4 commit 175d68aCopy full SHA for 175d68a
.github/workflows/rust.yml
@@ -58,8 +58,7 @@ jobs:
58
- uses: actions/checkout@v3
59
- name: Install deps
60
run: sudo apt update && sudo apt install -y clang build-essential
61
- - name: Install rust
62
- run: wget -O rustup.sh https://sh.rustup.rs && chmod +x rustup.sh && ./rustup.sh --target riscv64imac-unknown-none-elf -y && . "$HOME/.cargo/env"
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
63
- name: Install cargo generate
64
run: cargo install cargo-generate
65
- name: Generate workspace
0 commit comments