Skip to content

Commit 5519e30

Browse files
Copilotkraenhansen
andcommitted
Add missing x86_64-apple-darwin Rust target to macOS job
Co-authored-by: kraenhansen <[email protected]>
1 parent 6e05d12 commit 5519e30

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 aarch64-apple-darwin x86_64-apple-darwin
131132
- run: npm ci
132133
- run: npm run bootstrap
133134
env:

0 commit comments

Comments
 (0)