Skip to content

Commit 73f972c

Browse files
authored
Try fix install failure #480 (#481)
* Try fix install failure * Update changelog * Let fmt happy
1 parent 8d0109e commit 73f972c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414
- Return an error if GET request fails (#471)
15+
- Fix RISC-V install fail (#480)
1516

1617
### Changed
1718

src/toolchain/rust.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,9 @@ impl Installable for RiscVTarget {
373373
"rust-src",
374374
"--target",
375375
"riscv32imc-unknown-none-elf",
376+
"--target",
376377
"riscv32imac-unknown-none-elf",
378+
"--target",
377379
"riscv32imafc-unknown-none-elf",
378380
])
379381
.stdout(Stdio::null())

0 commit comments

Comments
 (0)