From 4d0e9dee25492b57a9a19f257199c092c2103492 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Mon, 16 Sep 2024 19:32:18 -0700 Subject: [PATCH] Download visionOS in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd661b5..c7743a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: uses: actions/checkout@v4 - name: Select Xcode Version run: sudo xcode-select --switch /Applications/Xcode_15.3.app/Contents/Developer + - name: Download visionOS + if: matrix.platforms == 'generic/platform=visionos' + run: xcodebuild -downloadPlatform visionOS - name: Build Framework run: xcrun xcodebuild -skipMacroValidation -skipPackagePluginValidation build -scheme SafeDI-Package -destination ${{ matrix.platforms }}