From be6b761c398bc3e100c0a3b48ff671cbc0d8992e Mon Sep 17 00:00:00 2001 From: zxl hhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:09:13 +0800 Subject: [PATCH] CI: Free disk remaining space. --- .github/workflows/multi-arch-test-build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 4582ea94e4..15ba54971f 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -55,6 +55,17 @@ jobs: runtime_test: true steps: + - name: Free Disk Space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: true + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true + - uses: actions/checkout@v4 with: fetch-depth: 0