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 51415d4 commit 7279d55Copy full SHA for 7279d55
.github/workflows/build.yml
@@ -10,4 +10,10 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Check Disk Usage
13
- run: bash .github/workflow-scripts/00-check-disk-usage.sh && docker image prune --all --force && bash .github/workflow-scripts/00-check-disk-usage.sh
+ run: bash .github/workflow-scripts/00-check-disk-usage.sh
14
+ - name: Check things
15
+ run:
16
+ du -sh /usr/share/dotnet
17
+ du -sh /usr/local/lib/android
18
+ du -sh /opt/ghc
19
+ du -sh /opt/hostedtoolcache/CodeQL
0 commit comments