Skip to content

Commit ac4533d

Browse files
committed
Do not remove apt packages
1 parent 128a513 commit ac4533d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,14 @@ jobs:
104104
with:
105105
fetch-depth: 2
106106

107-
- name: Free Disk Space (Ubuntu)
107+
# 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
108112
uses: jlumbroso/free-disk-space@main
113+
with:
114+
large-packages: false
109115

110116
# Rust Log Analyzer can't currently detect the PR number of a GitHub
111117
# Actions build on its own, so a hint in the log message is needed to

0 commit comments

Comments
 (0)