mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-09 08:23:42 +01:00
Dump the build settings for diagnostics
This commit is contained in:
parent
0caccff880
commit
428e5a2822
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -16,6 +16,9 @@ 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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user