From eccb3b24a15a14aff2b4153df1aaf084b1a1a1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?furby=E2=84=A2?= Date: Sun, 1 Dec 2024 06:10:06 -0700 Subject: [PATCH] CI: remove install for iOS & visionOS (should be included). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: furby™ --- .github/workflows/swift-ios.yml | 3 --- .github/workflows/swift-visionos.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/swift-ios.yml b/.github/workflows/swift-ios.yml index 2624b5291..c10f43457 100644 --- a/.github/workflows/swift-ios.yml +++ b/.github/workflows/swift-ios.yml @@ -12,9 +12,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - name: 📱 Install iOS Platform - run: | - xcodebuild -downloadPlatform iOS - name: 🦦 Install Swift Bundler run: | curl -o swift-bundler -L https://github.com/wabiverse/wabi-swift-bundler/releases/download/v3.0.0/swift-bundler diff --git a/.github/workflows/swift-visionos.yml b/.github/workflows/swift-visionos.yml index 4eb1ed330..5ff2e62b6 100644 --- a/.github/workflows/swift-visionos.yml +++ b/.github/workflows/swift-visionos.yml @@ -12,9 +12,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - name: 🥽 Install visionOS Platform - run: | - xcodebuild -downloadPlatform visionOS - name: 🦦 Install Swift Bundler run: | curl -o swift-bundler -L https://github.com/wabiverse/wabi-swift-bundler/releases/download/v3.0.0/swift-bundler