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 e8863ae commit 08d8d0aCopy full SHA for 08d8d0a
.github/workflows/ci.yaml
@@ -268,6 +268,13 @@ jobs:
268
Build-LocalSecret:
269
runs-on: ubuntu-22.04
270
steps:
271
+ - name: Check disk space BEFORE cleanup
272
+ run: |
273
+ df -h
274
+ echo "=== Checking large directories ==="
275
+ du -sh /usr/share/dotnet 2>/dev/null || echo "dotnet not found"
276
+ du -sh /usr/local/lib/android 2>/dev/null || echo "android not found"
277
+ du -sh /opt/ghc 2>/dev/null || echo "ghc not found"
278
- name: Set up Docker Buildx
279
uses: docker/setup-buildx-action@v2
280
with:
0 commit comments