From 40091a54f9281ec82adfbd5a64a547a55d48adc1 Mon Sep 17 00:00:00 2001 From: Gregory Giguashvili Date: Tue, 11 Nov 2025 09:19:51 +0200 Subject: [PATCH] Add free-disk-space to prebuild --- .github/actions/prebuild/action.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/actions/prebuild/action.yaml b/.github/actions/prebuild/action.yaml index 21432501..a621ff22 100644 --- a/.github/actions/prebuild/action.yaml +++ b/.github/actions/prebuild/action.yaml @@ -4,6 +4,18 @@ description: Reusable action to configure the build environment for MicroShift runs: using: "composite" steps: + # See https://github.com/jlumbroso/free-disk-space for more details + - name: Free disk space + uses: jlumbroso/free-disk-space@v1.3.1 + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: false + - name: Prepare the build and run environment shell: bash run: |