mirror of
https://github.com/gradle/actions.git
synced 2026-03-25 21:44:32 +08:00
More logging
This commit is contained in:
parent
e52572a6e4
commit
f05f2d2ab2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user