We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4969f commit 3d9afbdCopy full SHA for 3d9afbd
.github/workflows/build.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4
22
- name: Run Build Wrapper
23
run: |
24
+ sudo xcode-select -s /Library/Developer/CommandLineTools
25
build-wrapper-macosx-x86 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} xcodebuild -project macos-xcode.xcodeproj -scheme macos-xcode
26
- name: Run tests to generate coverage statistics
27
0 commit comments