Skip to content

Commit

Permalink
Update coreaudio-sys.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp authored Jun 5, 2024
1 parent 7b7d542 commit 18719e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
# version: "18.1.0" # no apple build yet
version: "17.0.6"

- name: add visionos targets
run: rustup target add ${{matrix.target}}
# - name: add visionos targets
# run: rustup target add ${{matrix.target}}

- name: Build for visionOS target ${{matrix.target}}
run: cargo +nightly build -Zbuild-std --verbose --target=${{matrix.target}}
run: cargo +nightly build -Z build-std=std,panic_abort --verbose --target=${{matrix.target}}

# Build the docs with all features to make sure docs.rs will work.
macos-docs:
Expand Down

0 comments on commit 18719e4

Please sign in to comment.