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-.*'