Remove unneeded Github Actions step
Xcode will both use and create the cache during the build.
This commit is contained in:
parent
bea8af0d66
commit
c8bdf1bcbe
1 changed files with 0 additions and 10 deletions
10
.github/actions/build-for-testing/action.yml
vendored
10
.github/actions/build-for-testing/action.yml
vendored
|
|
@ -18,16 +18,6 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
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
|
- name: Cache Swift Packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue