Skip to content

Commit

Permalink
fix(ci): nightly build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Aug 9, 2024
1 parent 5e2ba53 commit ab22675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
rustup target add riscv32imac-unknown-none-elf
rustup target add riscv32imafc-unknown-none-elf
rustup target add riscv32i-unknown-none-elf
rustup component remove rust-src
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
- name: Fetch Deps
# if this is a pull request
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit ab22675

Please sign in to comment.