From 4e24c3fcd76364c07fa257004fcd360e6afcde98 Mon Sep 17 00:00:00 2001 From: F-T-Otaku <53745554+F-T-Otaku@users.noreply.github.com> Date: Sun, 31 Mar 2024 02:05:31 +0800 Subject: [PATCH] Update x86.yml Add free disk space step. --- .github/workflows/x86.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/x86.yml b/.github/workflows/x86.yml index cb41f3e..9d16c5e 100644 --- a/.github/workflows/x86.yml +++ b/.github/workflows/x86.yml @@ -45,6 +45,17 @@ jobs: cat /proc/cpuinfo | grep 'model name' ulimit -a + - 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 + - name: Initialization environment env: DEBIAN_FRONTEND: noninteractive