From 0d1422ed542b915e4f15a79e4f5fbbf9581ff749 Mon Sep 17 00:00:00 2001 From: zxlhhyccc Date: Sun, 17 Nov 2024 00:45:38 +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 8b5dd56fa3f..3a87f46d24d 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -35,6 +35,17 @@ jobs: target: x86-64 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@v3 with: fetch-depth: 0