We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0321e73 + 16d6cab commit 85bd59cCopy full SHA for 85bd59c
.github/workflows/ci.yml
@@ -104,6 +104,9 @@ jobs:
104
with:
105
fetch-depth: 2
106
107
+ - name: Free Disk Space (Ubuntu)
108
+ uses: jlumbroso/free-disk-space@main
109
+
110
# Rust Log Analyzer can't currently detect the PR number of a GitHub
111
# Actions build on its own, so a hint in the log message is needed to
112
# point it in the right direction.
src/ci/github-actions/jobs.yml
@@ -5,7 +5,7 @@ runners:
5
env: { }
6
7
- &job-linux-4c
8
- os: ubuntu-20.04-4core-16gb
+ os: ubuntu-20.04
9
<<: *base-job
10
11
- &job-linux-8c
0 commit comments