Skip to content

Commit

Permalink
Do not build std for visionos
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 27, 2024
1 parent 6982321 commit 2bac1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: cargo test --no-run --target=aarch64-apple-watchos -Zbuild-std --features=std
# visionOS requires Xcode 15.2+, GitHub Actions defaults to an older version.
- run: sudo xcode-select -switch /Applications/Xcode_15.2.app
- 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

cross:
name: Cross
Expand Down

0 comments on commit 2bac1b9

Please sign in to comment.