mbien commented on code in PR #4817:
URL: https://github.com/apache/netbeans/pull/4817#discussion_r1014648330
##########
.github/workflows/main.yml:
##########
@@ -1547,12 +1632,6 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- - uses: actions/cache@v3
- with:
- path: ~/Library/Caches/Homebrew
- key: ${{ runner.os }}-homebrew
- restore-keys: ${{ runner.os }}-homebrew
-
Review Comment:
the mac job cached about 3.4 GB of files without actually having to do that.
It installed ant with brew (few lines later), but ant is already on the system
(even in the same version).
```
Run brew install ant
Warning: ant 1.10.12 is already installed and up-to-date.
To reinstall 1.10.12, run:
brew reinstall ant
```
Maybe I am missing something obvious here (the ant tests don't use brew for
anything, right?), but I think we can simply remove caching on the mac :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists