Skip to content

Commit 2080fef

Browse files
committed
fixup! recursive
1 parent 9193a96 commit 2080fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package_core.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Dump
4040
run: |
41-
find /home/runner -name .git
41+
find /home/runner -name .git | xargs du -sk
4242
4343
- uses: actions/checkout@v4
4444
with:
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Dump
7676
run: |
77-
find /home/runner -name .git
77+
find /home/runner -name .git | xargs du -sk
7878
7979
- name: Save west repo cache
8080
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)