Skip to content

Commit a037fa2

Browse files
authored
Update ci.yml
1 parent 88d9070 commit a037fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- name: du2
160160
run: du -h -d1 /home/runner/.cache | sort -hr | head -n 20
161161
- name: find
162-
run: find /home -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
162+
run: find /home/runner/ -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
163163

164164
system-test-fips:
165165
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)