|
56 | 56 | runs-on: ${{ matrix.runner }} |
57 | 57 | steps: |
58 | 58 | - name: Free Disk-Space |
59 | | - run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h |
| 59 | + run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /opt/ghc /usr/local/.ghcup /usr/local/lib/android && df -h |
60 | 60 | - name: Checkout |
61 | 61 | uses: actions/checkout@v4 |
62 | 62 | - name: Install buildx |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | target: [win64,winarm64,linux64,linuxarm64] |
136 | 136 | steps: |
137 | 137 | - name: Free Disk-Space |
138 | | - run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h |
| 138 | + run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /opt/ghc /usr/local/.ghcup /usr/local/lib/android && df -h |
139 | 139 | - name: Checkout |
140 | 140 | uses: actions/checkout@v4 |
141 | 141 | - name: Install buildx |
@@ -191,7 +191,7 @@ jobs: |
191 | 191 | variant: [gpl,lgpl,gpl 6.1,gpl 7.1,lgpl 6.1,lgpl 7.1,gpl-shared,lgpl-shared,gpl-shared 6.1,gpl-shared 7.1,lgpl-shared 6.1,lgpl-shared 7.1] |
192 | 192 | steps: |
193 | 193 | - name: Free Disk-Space |
194 | | - run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h |
| 194 | + run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /opt/ghc /usr/local/.ghcup /usr/local/lib/android && df -h |
195 | 195 | - name: Checkout |
196 | 196 | uses: actions/checkout@v4 |
197 | 197 | - name: Install buildx |
@@ -256,7 +256,7 @@ jobs: |
256 | 256 | variant: [gpl,lgpl,gpl 6.1,gpl 7.1,lgpl 6.1,lgpl 7.1,gpl-shared,lgpl-shared,gpl-shared 6.1,gpl-shared 7.1,lgpl-shared 6.1,lgpl-shared 7.1] |
257 | 257 | steps: |
258 | 258 | - name: Free Disk-Space |
259 | | - run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h |
| 259 | + run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /opt/ghc /usr/local/.ghcup /usr/local/lib/android && df -h |
260 | 260 | - name: Checkout |
261 | 261 | uses: actions/checkout@v4 |
262 | 262 | - name: Login to Docker |
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | runs-on: ubuntu-latest |
288 | 288 | steps: |
289 | 289 | - name: Free Disk-Space |
290 | | - run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h |
| 290 | + run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /opt/ghc /usr/local/.ghcup /usr/local/lib/android && df -h |
291 | 291 | - name: Checkout |
292 | 292 | uses: actions/checkout@v4 |
293 | 293 | - name: Download artifacts |
|
0 commit comments