diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 359a6adf9..065dad84c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,12 @@ jobs: - name: Switch to Xcode 11 run: sudo xcode-select -s /Applications/Xcode_11.app + + - name: xcodebuild -showBuildSettings + run: xcodebuild -showBuildSettings - name: Run Build env: ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }} KEY_SECRET: ${{ secrets.KEY_SECRET }} - run: buildscripts/ci-build.sh \ No newline at end of file + run: buildscripts/ci-build.sh