From 1d464718649284402c808b5ef4c107c469e02631 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 24 Mar 2020 18:40:36 -0500 Subject: [PATCH] Add step to list out available applications --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c8984b2d..373d14d84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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