More logging

This commit is contained in:
Daz DeBoer
2026-03-18 18:02:37 -06:00
parent e52572a6e4
commit f05f2d2ab2

View File

@@ -47,6 +47,8 @@ jobs:
run: |
ls "D:/a/.gradle/caches"
du -hc "D:/a/.gradle/caches"
ls "D:\a\.gradle\caches"
du -hc "D:\a\.gradle\caches"
# Second build will use the cache from the first build, but cleanup should remove unused artifacts
cache-cleanup-assemble-build: