We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bac1b9 commit a406eccCopy full SHA for a406ecc
.github/workflows/build.yml
@@ -33,7 +33,8 @@ 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=core
+ # std is broken on visionOS right now
37
+ #- run: cargo test --no-run --target=aarch64-apple-visionos -Zbuild-std --features=std
38
39
cross:
40
name: Cross
0 commit comments