mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +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:
|
||||
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…
x
Reference in New Issue
Block a user