Add step to list out available applications

This commit is contained in:
Maurice Parker 2020-03-24 18:40:36 -05:00
parent 450ddbd364
commit 1d46471864
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jobs:
with:
submodules: recursive
- name: List Available Applications
run: ls /Applications
- name: Switch to Xcode 11
run: sudo xcode-select -s /Applications/Xcode_11.app