From fcf78ddf761ad64bd1e69d84a3860696288df22a Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sun, 8 Mar 2026 13:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E6=89=A9=E5=AE=B9=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gfdgd_xi <3025613752@qq.com> --- .github/workflows/building-deb-base.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/building-deb-base.yml b/.github/workflows/building-deb-base.yml index 60f82a9..76742a4 100755 --- a/.github/workflows/building-deb-base.yml +++ b/.github/workflows/building-deb-base.yml @@ -68,19 +68,6 @@ jobs: name: ${{ inputs.display-name || 'Build Job' }} runs-on: ubuntu-24.04 steps: - # 由于默认的 Ubuntu 环境只有 17G 左右的剩余空间,所以我们需要先利用如下 action 对编译环境进行扩容 - - name: Maximize build space - uses: easimon/maximize-build-space@master - with: - # 这个值是保留给系统的空间大小,之前设置太小,总会在安装依赖或者编译过程中报设备空间不足的错误而导致编译失败 - root-reserve-mb: 4096 - swap-size-mb: 512 - remove-dotnet: 'true' - remove-docker-images: 'true' - remove-codeql: 'true' - remove-haskell: 'true' - remove-android: 'true' - - name: Clone Repository To Get Script run: | #apt update