We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128a513 commit ac4533dCopy full SHA for ac4533d
.github/workflows/ci.yml
@@ -104,8 +104,14 @@ jobs:
104
with:
105
fetch-depth: 2
106
107
- - name: Free Disk Space (Ubuntu)
+ # Free up disk space by removing preinstalled components that
108
+ # we do not need. We do this to enable some of the less resource
109
+ # intensive jobs to run on free runners, which however also have less
110
+ # disk sapce.
111
+ - name: free up disk space
112
uses: jlumbroso/free-disk-space@main
113
+ with:
114
+ large-packages: false
115
116
# Rust Log Analyzer can't currently detect the PR number of a GitHub
117
# Actions build on its own, so a hint in the log message is needed to
0 commit comments