We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6982321 commit 2bac1b9Copy full SHA for 2bac1b9
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
34
# visionOS requires Xcode 15.2+, GitHub Actions defaults to an older version.
35
- run: sudo xcode-select -switch /Applications/Xcode_15.2.app
36
- - run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std --features=std
+ - run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std=core
37
38
cross:
39
name: Cross
0 commit comments