Skip to content

Commit

Permalink
Show XCode version
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jan 17, 2024
1 parent 5b9b1b3 commit 8311c5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- name: Investigate available XCode versions
run: ls -n /Applications/ | grep Xcode*
- name: Set XCode Version
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
run: |
sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
xcodebuild -version
xcode-select --print-path
- name: install build environment
run: scripts/darwin/install.sh
- name: Show cmake version
Expand Down

0 comments on commit 8311c5a

Please sign in to comment.