From 06cbe98916113e5e8e452abdd9024ee9e8880e06 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 12 Oct 2019 08:05:37 -0500 Subject: [PATCH] Check main scheme for destinations --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3ead9f3d..917814a38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,9 @@ jobs: run: xcodebuild -showsdks - name: Show Available Destinations - run: xcodebuild -scheme ${ matrix.run-config['scheme'] } -showdestinations + env: + scheme: ${{ matrix.run-config['scheme'] }} + run: xcodebuild -scheme ${scheme} -showdestinations - name: Run Build env: