Skip to content

Commit 6c77443

Browse files
authored
Remove workaround in disk-clean.yml (#28195)
According to jlumbroso/free-disk-space#17, the issue has been fixed in the main branch.
1 parent df1e7d0 commit 6c77443

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/disk-clean.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
# FIXME: https://github.com/jlumbroso/free-disk-space/issues/17
12-
- name: same as 'large-packages' but without 'google-cloud-sdk'
13-
shell: bash
14-
run: |
15-
sudo apt-get update
16-
sudo apt-get remove -y '^dotnet-.*' || true
17-
sudo apt-get remove -y '^llvm-.*' || true
18-
sudo apt-get remove -y 'php.*' || true
19-
sudo apt-get remove -y '^mongodb-.*' || true
20-
sudo apt-get remove -y '^mysql-.*' || true
21-
sudo apt-get remove -y azure-cli google-chrome-stable firefox powershell mono-devel libgl1-mesa-dri || true
22-
sudo apt-get autoremove -y
23-
sudo apt-get clean
24-
env:
25-
DEBIAN_FRONTEND: noninteractive
2611
- name: Free Disk Space (Ubuntu)
2712
uses: jlumbroso/free-disk-space@main
2813
with:

0 commit comments

Comments
 (0)