File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,6 @@ jobs:
109
109
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
110
110
fi
111
111
112
- # Free up disk space on Linux and Windows by removing preinstalled components that
113
- # we do not need. We do this to enable some of the less resource
114
- # intensive jobs to run on free runners, which however also have
115
- # less disk space.
116
- - name : free up disk space start
117
- run : src/ci/scripts/free-disk-space.sh start
118
- if : matrix.free_disk
119
-
120
112
- name : disable git crlf conversion
121
113
run : git config --global core.autocrlf false
122
114
@@ -131,6 +123,14 @@ jobs:
131
123
echo "disk usage:"
132
124
df -h
133
125
126
+ # Free up disk space on Linux and Windows by removing preinstalled components that
127
+ # we do not need. We do this to enable some of the less resource
128
+ # intensive jobs to run on free runners, which however also have
129
+ # less disk space.
130
+ - name : free up disk space start
131
+ run : src/ci/scripts/free-disk-space.sh start
132
+ if : matrix.free_disk
133
+
134
134
# Rust Log Analyzer can't currently detect the PR number of a GitHub
135
135
# Actions build on its own, so a hint in the log message is needed to
136
136
# point it in the right direction.
You can’t perform that action at this time.
0 commit comments