We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1e0e3 commit f20667bCopy full SHA for f20667b
.github/workflows/continuous-integration-documentation.yml
@@ -25,6 +25,19 @@ jobs:
25
uses: actions/setup-python@v5
26
with:
27
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
41
- name: Install Dependencies
42
run: |
43
sudo apt-get update
0 commit comments