From cfac1a211ab36dc919977d22d43ce9dbe5804a02 Mon Sep 17 00:00:00 2001 From: David Roman <2538074+davdroman@users.noreply.github.com> Date: Tue, 7 May 2024 16:18:57 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684fa8a1..529768aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,6 +141,10 @@ jobs: - name: Select Xcode version run: sudo xcodes select ${{ matrix.xcode }} + - if: ${{ matrix.install }} + name: "[Debug] List Available Installable Runtimes" + run: xcodes runtimes --include-betas + - if: ${{ matrix.install }} name: Install Required Runtime (${{ matrix.runtime }}) uses: nick-fields/retry@v2 @@ -149,8 +153,7 @@ jobs: max_attempts: 3 command: sudo xcodes runtimes install '${{ matrix.runtime }}' - - if: true - name: "[Debug] List Available Runtimes, Simulators, and Destinations" + - name: "[Debug] List Available Runtimes, Simulators, and Destinations" run: | xcrun simctl list xcodebuild -scheme "SwiftUIIntrospect" -showdestinations