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: