File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -50,21 +50,13 @@ jobs:
50
50
swift-version : ['release', 'devel', 'trunk']
51
51
runs-on : ubuntu-24.04
52
52
steps :
53
- # need to free up some space or we can run out when building
54
53
- name : Free Disk Space
55
- uses : jlumbroso/free-disk-space@main
56
- with :
57
- # this might remove tools that are actually needed,
58
- # if set to "true" but frees about 6 GB
59
- tool-cache : false
60
- # all of these default to true, but feel free to set to
61
- # "false" if necessary for your workflow
62
- android : true
63
- dotnet : true
64
- haskell : true
65
- large-packages : true
66
- docker-images : true
67
- swap-storage : true
54
+ run : |
55
+ df -h
56
+ sudo rm -rf /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/lib/node_modules /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
57
+ sudo docker image prune --all --force
58
+ sudo docker builder prune -a
59
+ df -h
68
60
- name : Checkout repository
69
61
uses : actions/checkout@v4
70
62
- name : Install Dependencies
You can’t perform that action at this time.
0 commit comments