From 9fb0773b7f3f7f23bce7cbcfc2b41e1ffe33a98d Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Fri, 5 Dec 2025 12:48:07 +0800 Subject: [PATCH] build(gh): free disk space --- .github/workflows/push_image.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 7efd9ec4..84a5522c 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -48,6 +48,16 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Free disk space + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true + - name: Set up QEMU uses: docker/setup-qemu-action@v3