ci: Add disk cleanup step to fix runner space issue

This commit is contained in:
zarzet
2026-01-04 12:01:34 +07:00
parent 0787b32dd8
commit 343b309314
+9
View File
@@ -45,6 +45,15 @@ jobs:
needs: get-version
steps:
- name: Free disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo docker image prune --all --force
df -h
- name: Checkout repository
uses: actions/checkout@v4