Skip to content

Commit 2bac1b9

Browse files
committed
Do not build std for visionos
1 parent 6982321 commit 2bac1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
3434
# visionOS requires Xcode 15.2+, GitHub Actions defaults to an older version.
3535
- run: sudo xcode-select -switch /Applications/Xcode_15.2.app
36-
- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std --features=std
36+
- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std=core
3737

3838
cross:
3939
name: Cross

0 commit comments

Comments
 (0)