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 5e2ba53 commit ab22675Copy full SHA for ab22675
.github/workflows/build.yml
@@ -26,8 +26,8 @@ jobs:
26
rustup target add riscv32imac-unknown-none-elf
27
rustup target add riscv32imafc-unknown-none-elf
28
rustup target add riscv32i-unknown-none-elf
29
- rustup component remove rust-src
30
- rustup component add rust-src
+ # See https://github.com/rust-lang/rust/issues/12880
+ touch ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/Cargo.lock
31
- name: Fetch Deps
32
# if this is a pull request
33
if: github.event_name == 'pull_request'
0 commit comments