Move the Acknowledgements generation to the post-renovate workflow. (#5438)

* Move the Acknowledgements generation to the post-renovate workflow.

* Use macOS 26.
This commit is contained in:
Doug
2026-04-17 14:26:08 +01:00
committed by GitHub
parent 795ad9b256
commit b7951d8f51
3 changed files with 9 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ struct SetupProject: ParsableCommand {
}
func brewInstall() throws {
try Zsh.run(command: "brew install xcodegen swiftgen swiftformat git-lfs sourcery mint pkl kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery FelixHerrmann/tap/swift-package-list")
try Zsh.run(command: "brew install xcodegen swiftgen swiftformat git-lfs sourcery mint pkl kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery")
}
func mintPackagesInstall() throws {