mirror of
https://github.com/gradle/actions.git
synced 2025-08-18 23:01:27 +08:00
Use bash to ensure env vars are expanded
This commit is contained in:
parent
4c453aec59
commit
de6862d826
@ -78,6 +78,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
- name: Report Gradle User Home
|
- name: Report Gradle User Home
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
du -hc $GRADLE_USER_HOME/caches/modules-2
|
du -hc $GRADLE_USER_HOME/caches/modules-2
|
||||||
du -hc $GRADLE_USER_HOME/wrapper/dists
|
du -hc $GRADLE_USER_HOME/wrapper/dists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user