From 202b5461d019a107532c2cb7f5caaf995b65026c Mon Sep 17 00:00:00 2001 From: ThermalEng <38897886+ThermalEng@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:29:31 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afcc2b1..48f460e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,19 @@ jobs: runs-on: ubuntu-latest name: 🚀 编译 (Build) steps: + - name: 释放磁盘空间 + uses: jlumbroso/free-disk-space@main + with: + # this might remove tools that are actually needed, + # if set to "true" but frees about 6 GB + tool-cache: true + # all of these default to true, but feel free to set to + # "false" if necessary for your workflow + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true - name: 下载编译所需的依赖 (Install the software packages required for compilation) run: | sudo apt update