Skip to content

Commit

Permalink
Move Xcode path into environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 27, 2024
1 parent c839bcb commit 64bb624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
VCPKG_ROOT: '${{ github.workspace }}/vcpkg'
MIXXX_ROOT: '${{ github.workspace }}/mixxx'
SCRIPTS_ROOT: '${{ github.workspace }}/scripts'
XCODE_ROOT: /Applications/Xcode_15.2.app

jobs:
build:
Expand Down Expand Up @@ -117,7 +118,7 @@ jobs:
if: runner.os == 'macOS'
run: |
${{ env.SCRIPTS_ROOT }}/install-macos-deps
sudo xcode-select -s /Applications/Xcode_15.2.app
sudo xcode-select -s "${{ env.XCODE_ROOT }}"
echo "==> Build environment"
uname -a
xcode-select -p
Expand Down

0 comments on commit 64bb624

Please sign in to comment.