From 96c0ab1a8f3a4e6b3d31b1d057aa8a36fe74d119 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 5 Jan 2026 15:44:11 +0100 Subject: [PATCH] Free more disk space by uninstalling large packages Fixes #295 --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6556103..dbed76a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,6 @@ jobs: uses: jlumbroso/free-disk-space@main with: tool-cache: false - large-packages: false # Check out the current repository - name: Fetch Sources