diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d04a1c..0a7b8b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,13 @@ jobs: # remaining tools that are intentionally skipped here. MISE_DISABLE_TOOLS: "aqua:aquasecurity/trivy,grype,semgrep" steps: + - name: Free Disk Space + shell: bash + run: | + sudo rm -rf \ + /usr/local/lib/android \ + /usr/share/dotnet \ + /opt/hostedtoolcache || true - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: