Skip to content

Commit 7279d55

Browse files
committed
Update ci
1 parent 51415d4 commit 7279d55

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- 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
13+
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

Comments
 (0)