I have a workflow with swiftlint and danger-swift from brew and it takes very long to be installed. Both steps are configured with Enable cache to true and Upgrade formula to false.
How can i reduce the installation time?
Times below:
| β | Brew install swiftlint | 1.8 min |
+---+---------------------------------------------------------------+----------+
| β | Brew install danger-swift | 2.1 min |
Edit:
Adding cache-push at the end of the workflow and cache-pull at the start no improvement was noticed