From 48ffc1e68171ade8dc2aad0017c17edf2301842e Mon Sep 17 00:00:00 2001 From: Jin Xu Date: Mon, 18 Nov 2024 21:18:13 -0800 Subject: [PATCH] testing github workflow --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70adc28..f3b6bf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,6 +101,12 @@ jobs: # -destination 'platform=visionOS Simulator,name=Apple Vision Pro' \ # test + - name: Show Installed Simulators + run: xcrun simctl list + + - name: Install missing Simulators + run: sudo xcodebuild -installAdditionalComponents + - name: Show Installed Simulators run: xcrun simctl list