Skip to content

Commit 3d9afbd

Browse files
Also xcode-select before build?
1 parent 3f4969f commit 3d9afbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4
2222
- name: Run Build Wrapper
2323
run: |
24+
sudo xcode-select -s /Library/Developer/CommandLineTools
2425
build-wrapper-macosx-x86 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} xcodebuild -project macos-xcode.xcodeproj -scheme macos-xcode
2526
- name: Run tests to generate coverage statistics
2627
run: |

0 commit comments

Comments
 (0)