From 428e5a28226c16ccad9cdb23e9ef43d039955128 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 9 Oct 2019 23:40:38 -0500 Subject: [PATCH] Dump the build settings for diagnostics --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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