Skip to content

Commit 869bbbc

Browse files
committed
check available build space
Signed-off-by: Jan Martens <jan@martens.eu.org>
1 parent 2c0604b commit 869bbbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
- openbsd
116116
- windows
117117
steps:
118+
- name: "Check free space on runner"
119+
run: |
120+
df -h .
121+
118122
- name: Checkout
119123
uses: actions/checkout@v4.1.7
120124
with:

0 commit comments

Comments
 (0)