From 4bacba7c412c8ace26b87b5b79977da05137e69d Mon Sep 17 00:00:00 2001 From: hirnidrin Date: Sun, 13 Aug 2023 18:52:21 +0200 Subject: [PATCH] fix: in large-packes, remove aspnetcore-* right at the beginning. --- .github/workflows/test.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ec6cb9..4be928d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: steps: # If there is a problem with this GitHub Actions, this step will fail - name: Free Disk Space - uses: hirnidrin/free-disk-space@main + uses: jlumbroso/free-disk-space@main with: tool-cache: true diff --git a/action.yml b/action.yml index 85867e2..f1626a4 100644 --- a/action.yml +++ b/action.yml @@ -171,8 +171,8 @@ runs: if [[ ${{ inputs.large-packages }} == 'true' ]]; then BEFORE=$(getAvailableSpace) - sudo apt-get remove -y '^dotnet-.*' sudo apt-get remove -y '^aspnetcore-.*' + sudo apt-get remove -y '^dotnet-.*' sudo apt-get remove -y '^llvm-.*' sudo apt-get remove -y 'php.*' sudo apt-get remove -y '^mongodb-.*'