Skip to content

Commit 175d68a

Browse files
authored
Install rust on arm64 runner via a proper action
1 parent 8d1fbc4 commit 175d68a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
- uses: actions/checkout@v3
5959
- name: Install deps
6060
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"
61+
- uses: actions-rust-lang/setup-rust-toolchain@v1
6362
- name: Install cargo generate
6463
run: cargo install cargo-generate
6564
- name: Generate workspace

0 commit comments

Comments
 (0)