Skip to content

Commit 4214bd3

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 4481e20 commit 4214bd3

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,7 @@ jobs:
3737

3838

3939
steps:
40-
- name: Aggressive cleanup
41-
#from https://dev.to/mathio/squeezing-disk-space-from-github-actions-runners-an-engineers-guide-3pjg
42-
run: |
43-
echo "available disk before"
44-
df -h
45-
# Remove Java (JDKs)
46-
sudo rm -rf /usr/lib/jvm
47-
# Remove .NET SDKs
48-
sudo rm -rf /usr/share/dotnet
49-
# Remove Swift toolchain
50-
sudo rm -rf /usr/share/swift
51-
# Remove Haskell (GHC)
52-
sudo rm -rf /usr/local/.ghcup
53-
# Remove Julia
54-
sudo rm -rf /usr/local/julia*
55-
# Remove Android SDKs
56-
sudo rm -rf /usr/local/lib/android
57-
# Remove Chromium (optional if not using for browser tests)
58-
sudo rm -rf /usr/local/share/chromium
59-
# Remove Microsoft/Edge and Google Chrome builds
60-
sudo rm -rf /opt/microsoft /opt/google
61-
# Remove Azure CLI
62-
sudo rm -rf /opt/az
63-
# Remove PowerShell
64-
sudo rm -rf /usr/local/share/powershell
65-
# Remove CodeQL and other toolcaches
66-
sudo rm -rf /opt/hostedtoolcache
67-
echo "available disk after"
68-
df -h
40+
6941

7042
- name: clean workspace
7143
run: |

0 commit comments

Comments
 (0)