mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 08:09:41 +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
|
- name: Switch to Xcode 11
|
||||||
run: sudo xcode-select -s /Applications/Xcode_11.app
|
run: sudo xcode-select -s /Applications/Xcode_11.app
|
||||||
|
|
||||||
|
- name: xcodebuild -showBuildSettings
|
||||||
|
run: xcodebuild -showBuildSettings
|
||||||
|
|
||||||
- name: Run Build
|
- name: Run Build
|
||||||
env:
|
env:
|
||||||
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }}
|
||||||
|
Loading…
Reference in New Issue
Block a user