We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f12371 commit 153db0dCopy full SHA for 153db0d
1 file changed
.github/workflows/main.yaml
@@ -76,6 +76,12 @@ jobs:
76
permissions:
77
packages: read
78
steps:
79
+ - name: Free disk space
80
+ run: |
81
+ sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
82
+ sudo docker system prune -af
83
+ df -h
84
+
85
- name: Log in to GitHub Container Registry
86
uses: docker/login-action@v3
87
with:
@@ -99,6 +105,12 @@ jobs:
99
105
100
106
101
107
108
109
110
111
112
113
102
114
103
115
104
116
0 commit comments