Skip to content

Commit 5080c23

Browse files
Copilotkraenhansen
andauthored
Add missing x86_64-apple-darwin Rust target to macOS CI job (#298)
* Initial plan * Add missing x86_64-apple-darwin Rust target to macOS job Co-authored-by: kraenhansen <[email protected]> * Add only missing x86_64-apple-darwin target (aarch64 is host) Co-authored-by: kraenhansen <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: kraenhansen <[email protected]>
1 parent 77ed18d commit 5080c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128
uses: jwlawson/actions-setup-cmake@v2
129129
with:
130130
cmake-version: "3.31.2"
131+
- run: rustup target add x86_64-apple-darwin
131132
- run: npm ci
132133
- run: npm run bootstrap
133134
env:

0 commit comments

Comments
 (0)