ci/build: increase disk-space for mimas
Jörg Thalheim committed
Dec 23, 2025 at 16:30 UTC
788d894def8a02e49ba96d98b39edcef9ec373b3
1 file changed
+4
.github/workflows/ci.yml
+4
@@ -43,6 +43,10 @@ jobs:
43
- pluto
44
- mimas
45
steps:
46
+ - name: Free disk space
47
+ if: matrix.machine == 'mimas'
48
+ run: |
49
+ sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
50
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
51
with:
52
persist-credentials: false