Skip to content

Commit 1a87c05

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 4ee1cc3 commit 1a87c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)