fix: in large-packes, remove aspnetcore-* right at the beginning.

This commit is contained in:
hirnidrin
2023-08-13 18:52:21 +02:00
parent a1fcc7a9db
commit 4bacba7c41
2 changed files with 2 additions and 2 deletions

View File

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

View File

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