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 bd29ecb commit fa78d67Copy full SHA for fa78d67
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install llvm 16
20
run: wget https://apt.llvm.org/llvm.sh && chmod +x llvm.sh && sudo ./llvm.sh 16 && rm llvm.sh
21
- name: Install riscv64 target
22
- run: rustup target add riscv64imac-unknown-none-elf
+ run: rustup target add riscv64imac-unknown-none-elf --toolchain 1.81.0
23
- name: Install cargo generate
24
run: cargo install cargo-generate
25
- name: Generate workspace
rust-toolchain
@@ -0,0 +1 @@
1
+1.81.0
workspace/rust-toolchain
0 commit comments