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: |