Update macOS build machine
also skip macro validation, needed for SwiftLint's macros.
This commit is contained in:
parent
e85b32d9aa
commit
5da92148b7
3 changed files with 3 additions and 2 deletions
1
.github/actions/build-for-testing/action.yml
vendored
1
.github/actions/build-for-testing/action.yml
vendored
|
|
@ -43,6 +43,7 @@ runs:
|
|||
-clonedSourcePackagesDirPath SourcePackages \
|
||||
-packageCachePath $PWD/PackageCache \
|
||||
-skipPackagePluginValidation \
|
||||
-skipMacroValidation \
|
||||
-scheme '${{ inputs.scheme }}' \
|
||||
-destination '${{ inputs.destination }}' \
|
||||
-resultBundlePath BuildResults.xcresult
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue