File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 26
26
rustup target add riscv32imac-unknown-none-elf
27
27
rustup target add riscv32imafc-unknown-none-elf
28
28
rustup target add riscv32i-unknown-none-elf
29
+ rustup component remove rust-src
30
+ rustup component add rust-src
29
31
- name : Fetch Deps
30
32
# if this is a pull request
31
33
if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ls -lah ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib
13
13
ls -lah ~ /.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src
14
14
15
15
# wtf?
16
- ls -lah ~ /.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library
16
+ # ls -lah ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library
17
17
18
18
19
19
for d in $( ls -1 ./examples) ; do
You can’t perform that action at this time.
0 commit comments