Skip to content

Commit f20667b

Browse files
committed
Free disk space in documentation CI.
1 parent 4d1e0e3 commit f20667b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/continuous-integration-documentation.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ jobs:
2525
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
- name: Clean Up Disk Space
29+
run: |
30+
df -h /
31+
32+
sudo rm -rf /usr/lib/jvm
33+
sudo rm -rf /usr/local/.ghcup
34+
sudo rm -rf /usr/local/lib/android
35+
sudo rm -rf /usr/local/share/powershell
36+
sudo rm -rf /usr/share/dotnet
37+
sudo rm -rf /usr/share/swift
38+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
39+
40+
df -h /
2841
- name: Install Dependencies
2942
run: |
3043
sudo apt-get update

0 commit comments

Comments
 (0)