mirror of
https://github.com/gradle/actions.git
synced 2026-03-22 12:05:48 +08:00
More logging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user