From cfff85868a187b221836ca29bdb49204b2d0db60 Mon Sep 17 00:00:00 2001 From: Eugene Hauptmann Date: Wed, 5 Jun 2024 14:07:01 -0400 Subject: [PATCH] Update coreaudio-sys.yml --- .github/workflows/coreaudio-sys.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coreaudio-sys.yml b/.github/workflows/coreaudio-sys.yml index 78e4319..23b4b78 100644 --- a/.github/workflows/coreaudio-sys.yml +++ b/.github/workflows/coreaudio-sys.yml @@ -67,8 +67,8 @@ jobs: # version: "18.1.0" 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,panic=abort --verbose --target=${{matrix.target}}