Skip to content

Commit 6a1498a

Browse files
committed
Update ci.yml
1 parent 3be2caa commit 6a1498a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ jobs:
109109
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
110110
fi
111111
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-
120112
- name: disable git crlf conversion
121113
run: git config --global core.autocrlf false
122114

@@ -131,6 +123,14 @@ jobs:
131123
echo "disk usage:"
132124
df -h
133125
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+
134134
# Rust Log Analyzer can't currently detect the PR number of a GitHub
135135
# Actions build on its own, so a hint in the log message is needed to
136136
# point it in the right direction.

0 commit comments

Comments
 (0)