File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ jobs:
104
104
with :
105
105
fetch-depth : 2
106
106
107
+ - name : Free Disk Space (Ubuntu)
108
+ uses : jlumbroso/free-disk-space@main
109
+
107
110
# Rust Log Analyzer can't currently detect the PR number of a GitHub
108
111
# Actions build on its own, so a hint in the log message is needed to
109
112
# point it in the right direction.
@@ -191,6 +194,11 @@ jobs:
191
194
- name : create github artifacts
192
195
run : src/ci/scripts/create-doc-artifacts.sh
193
196
197
+ - name : print disk usage
198
+ run : |
199
+ echo "disk usage:"
200
+ df -h
201
+
194
202
- name : upload artifacts to github
195
203
uses : actions/upload-artifact@v4
196
204
with :
Original file line number Diff line number Diff line change 5
5
env : { }
6
6
7
7
- &job-linux-4c
8
- os : ubuntu-20.04-4core-16gb
8
+ os : ubuntu-20.04
9
9
<< : *base-job
10
10
11
11
- &job-linux-8c
You can’t perform that action at this time.
0 commit comments