Skip to content

Commit ab22675

Browse files
committed
fix(ci): nightly build fails
See-also: rust-lang/rust#128808
1 parent 5e2ba53 commit ab22675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
rustup target add riscv32imac-unknown-none-elf
2727
rustup target add riscv32imafc-unknown-none-elf
2828
rustup target add riscv32i-unknown-none-elf
29-
rustup component remove rust-src
30-
rustup component add rust-src
29+
# See https://github.com/rust-lang/rust/issues/12880
30+
touch ~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/Cargo.lock
3131
- name: Fetch Deps
3232
# if this is a pull request
3333
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)