Skip to content

Commit

Permalink
Remove xcode-select install Command and Just Set Required ENV Variabl…
Browse files Browse the repository at this point in the history
…es ONLY for macOS
  • Loading branch information
njfdev committed Aug 22, 2024
1 parent 1fe7352 commit 6cc3ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
brew update
brew install pkg-config cmake autoconf automake libtool git librtlsdr libao fftw soapyrtlsdr libusb
- name: Set Up Xcode CLI Tools
- name: Set Needed ENV Variables (MacOS Only)
if: matrix.platform == 'macos-latest' || matrix.platform == 'macos-13'
run: |
sudo xcode-select --install
export SDKROOT=$(xcrun --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(sw_vers -productVersion | awk -F '.' '{print $1 "." $2}')
Expand Down

0 comments on commit 6cc3ecb

Please sign in to comment.