From 75a57b2a2b23a5514ec5f9050770fd3e0a7a6284 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 25 Oct 2023 01:36:41 -0500 Subject: [PATCH] Fix reclaiming disk space --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index b7b95a59..6ca91b45 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ${{ fromJSON( format('["ubuntu-latest", "{0}"]', github.event.inputs.type) )[github.event.inputs.type != ''] }} steps: - name: Reclaiming disk space on / by removing dotnet/android/ghc - if: ${{ github.event.inputs.type == 'ubuntu-latest' }} + if: ${{ github.event.inputs.type == '' }} run: | sudo rm -rf /usr/share/dotnet sudo rm -rf /usr/local/lib/android