We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ac8a8 commit 5aa17bfCopy full SHA for 5aa17bf
1 file changed
.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