diff --git a/.github/workflows/sonar_analysis.yml b/.github/workflows/sonar_analysis.yml index fe2861d..31f3142 100644 --- a/.github/workflows/sonar_analysis.yml +++ b/.github/workflows/sonar_analysis.yml @@ -40,7 +40,7 @@ jobs: bear -- xcodebuild -workspace Example/TrustlySDK.xcworkspace \ -scheme TrustlySDK-Example \ -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.4' \ - build + build build OTHER_CFLAGS="-fsyntax-only" - name: Install sonar-scanner run: |