mirror of
https://github.com/jlumbroso/free-disk-space.git
synced 2026-01-29 06:20:08 +08:00
fix: in large-packes, remove aspnetcore-* right at the beginning.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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-.*'
|
||||
|
||||
Reference in New Issue
Block a user