There was an error while loading. Please reload this page.
2 parents 6118f81 + 36e87af commit 4b6e924Copy full SHA for 4b6e924
1 file changed
.github/workflows/build.yml
@@ -70,6 +70,13 @@ jobs:
70
with:
71
python-version: ${{ matrix.config.python-version }}
72
73
+ - name: Free disk space
74
+ run: |
75
+ sudo rm -rf /usr/share/dotnet
76
+ sudo rm -rf /usr/local/lib/android
77
+ sudo rm -rf /opt/ghc
78
+ docker system prune -af || true
79
+
80
- name: Clean workspace artifacts
81
run: rm -rf build/ dist/ *.egg-info/ .eggs/
82
0 commit comments