Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit 7c2bf8c

Browse files
noahgiftclaude
andcommitted
fix(ci): add explicit rustup target add for cross-compilation
Ensures rust-std is installed for cross-compile targets (especially x86_64-apple-darwin on arm64 macos-latest runners). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e7603c6 commit 7c2bf8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
with:
4949
targets: ${{ matrix.target }}
5050

51+
- name: Ensure target is installed
52+
run: rustup target add ${{ matrix.target }}
53+
5154
- name: Install cross
5255
if: matrix.use_cross
5356
run: cargo install cross --locked

0 commit comments

Comments
 (0)