We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d9070 commit a037fa2Copy full SHA for a037fa2
.github/workflows/ci.yml
@@ -159,7 +159,7 @@ jobs:
159
- name: du2
160
run: du -h -d1 /home/runner/.cache | sort -hr | head -n 20
161
- name: find
162
- run: find /home -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
+ run: find /home/runner/ -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
163
164
system-test-fips:
165
runs-on: ubuntu-latest
0 commit comments