We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0081cf0 commit e50000bCopy full SHA for e50000b
1 file changed
.github/workflows/ci-graphite.yml
@@ -34,16 +34,15 @@ jobs:
34
graphite: true
35
36
- name: Free disk space
37
- run: |
38
- echo "Disk usage before cleanup:"
39
- df -h
40
- sudo rm -rf /usr/share/dotnet
41
- sudo rm -rf /opt/ghc
42
- sudo rm -rf /opt/hostedtoolcache/CodeQL
43
- sudo docker image prune -af || true
44
- sudo apt-get clean
45
- echo "Disk usage after cleanup:"
46
+ uses: jlumbroso/free-disk-space@main
+ with:
+ tool-cache: false
+ android: false
+ dotnet: true
+ haskell: true
+ large-packages: true
+ docker-images: true
+ swap-storage: true
47
48
- name: Cache turborepo for Android
49
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
0 commit comments