From 4040e7a166cf84d3e92664dd22d4a35529c1c6cb Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Mon, 20 May 2024 14:48:32 -0700 Subject: [PATCH] show SDKs and destinations --- .github/workflows/iostest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/iostest.yml b/.github/workflows/iostest.yml index 4e20551..20d0004 100644 --- a/.github/workflows/iostest.yml +++ b/.github/workflows/iostest.yml @@ -49,6 +49,8 @@ jobs: - name: xcodebuild -list run: xcodebuild -list + - name: Show available destinations + run: xcodebuild -scheme SwiftUI-Notes -showsdks - name: Show available destinations run: xcodebuild -scheme SwiftUI-Notes -showdestinations