From c8bdf1bcbe179503b9f2e0880c7ef022542ec9d5 Mon Sep 17 00:00:00 2001 From: Conrad Kramer Date: Tue, 9 May 2023 23:04:35 -0400 Subject: [PATCH] Remove unneeded Github Actions step Xcode will both use and create the cache during the build. --- .github/actions/build-for-testing/action.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/actions/build-for-testing/action.yml b/.github/actions/build-for-testing/action.yml index 8ebc86b..fb5dd8d 100644 --- a/.github/actions/build-for-testing/action.yml +++ b/.github/actions/build-for-testing/action.yml @@ -18,16 +18,6 @@ inputs: runs: using: composite steps: - - name: Resolve Swift Packages - shell: bash - working-directory: Apple - run: | - xcodebuild -resolvePackageDependencies \ - -scheme '${{ inputs.scheme }}' \ - -destination '${{ inputs.destination }}' \ - -onlyUsePackageVersionsFromResolvedFile \ - -clonedSourcePackagesDirPath SourcePackages \ - -packageCachePath $PWD/PackageCache - name: Cache Swift Packages uses: actions/cache@v3 with: