diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bf834b..18b38b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Build run: | - xcodebuild -scheme CheckoutCardManagement -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" + build-wrapper-macosx-x86 --out-dir bw-output xcodebuild -scheme CheckoutCardManagement -destination "platform=iOS Simulator,name=iPhone 14 Pro,OS=latest" build - name: SonarCloud Scan env: