Skip to content

Commit 8d1fbc4

Browse files
authored
Update rust.yml
1 parent 7ae8589 commit 8d1fbc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ jobs:
5858
- uses: actions/checkout@v3
5959
- name: Install deps
6060
run: sudo apt update && sudo apt install -y clang build-essential
61-
- name: debug line
62-
run: which chmod
6361
- name: Install rust
64-
run: wget -O rustup.sh https://sh.rustup.rs && chmod +x rustup.sh && ./rustup.sh --verbose --target riscv64imac-unknown-none-elf -y
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"
6563
- name: Install cargo generate
6664
run: cargo install cargo-generate
6765
- name: Generate workspace

0 commit comments

Comments
 (0)