Skip to content

Commit 16d6cab

Browse files
committed
Try to free up disk space on CI
1 parent e2a3c50 commit 16d6cab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
with:
105105
fetch-depth: 2
106106

107+
- name: Free Disk Space (Ubuntu)
108+
uses: jlumbroso/free-disk-space@main
109+
107110
# Rust Log Analyzer can't currently detect the PR number of a GitHub
108111
# Actions build on its own, so a hint in the log message is needed to
109112
# point it in the right direction.

0 commit comments

Comments
 (0)