Skip to content

Commit

Permalink
xcodebuild -showsdks
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 5, 2024
1 parent f64298e commit 9505f17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
toolchain: nightly
components: rust-src

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

# - name: set COREAUDIO_SDK_PATH
# run: export COREAUDIO_SDK_PATH=$(xcrun --sdk macosx --show-sdk-path)
- name: Install Xcode Command Line Tools
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
- name: Show Xcode SDKs
run: xcodebuild -showsdks

- 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 9505f17

Please sign in to comment.