Skip to content

Commit

Permalink
try default Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 6, 2024
1 parent bd715a8 commit 4dac4da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,16 @@ jobs:
components: rust-src

- name: Install Xcode Command Line Tools
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
# run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
# run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
- name: Show Xcode SDKs
run: xcodebuild -showsdks

- name: Find AudioUnit.h
run: find /Applications/Xcode_15.4.app -name AudioUnit.h
# run: find /Applications/Xcode_15.4.app -name AudioUnit.h
run: find /Applications/Xcode.app -name AudioUnit.h

- name: Build for visionOS target ${{matrix.target}}
run: cargo build --verbose --target=${{matrix.target}}
Expand Down

0 comments on commit 4dac4da

Please sign in to comment.