From 18719e468dfcff6e0cb7ddb103856211a88d3b4d Mon Sep 17 00:00:00 2001 From: Eugene Hauptmann Date: Wed, 5 Jun 2024 14:35:50 -0400 Subject: [PATCH] Update coreaudio-sys.yml --- .github/workflows/coreaudio-sys.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coreaudio-sys.yml b/.github/workflows/coreaudio-sys.yml index 8e0821f..355f461 100644 --- a/.github/workflows/coreaudio-sys.yml +++ b/.github/workflows/coreaudio-sys.yml @@ -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: