mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Dump the build settings for diagnostics
This commit is contained in:
parent
0caccff880
commit
428e5a2822
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
run: buildscripts/ci-build.sh
|
||||
|
Loading…
Reference in New Issue
Block a user