diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index bc00d788..f72010d7 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -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