Skip to content

Commit

Permalink
COREAUDIO_SDK_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 5, 2024
1 parent c8c3e7e commit 6d40624
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 @@ -64,8 +64,8 @@ jobs:
- name: Install Xcode Command Line Tools
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

- name: list SDKs
run: ls -lah /Library/Developer/CommandLineTools/SDKs/
- name: set COREAUDIO_SDK_PATH
run: export COREAUDIO_SDK_PATH=$(xcrun --sdk macosx --show-sdk-path)

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

0 comments on commit 6d40624

Please sign in to comment.