Skip to content

Commit

Permalink
cargo +nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 6, 2024
1 parent 149d06c commit 118ece5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
run: find /Applications/Xcode.app -name AudioUnit.h

- name: Build for visionOS target ${{matrix.target}}
run: cargo build --verbose --target=${{matrix.target}}
# run: cargo +nightly build -Z build-std=std,panic_abort --verbose --target=${{matrix.target}}
# run: cargo build --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 118ece5

Please sign in to comment.