mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Use bash to ensure env vars are expanded
This commit is contained in:
parent
4c453aec59
commit
de6862d826
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ jobs:
|
|||
with:
|
||||
cache-read-only: true
|
||||
- name: Report Gradle User Home
|
||||
shell: bash
|
||||
run: |
|
||||
du -hc $GRADLE_USER_HOME/caches/modules-2
|
||||
du -hc $GRADLE_USER_HOME/wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue