Skip to content

Commit 32bb6b9

Browse files
committed
stellar#4538: create free space on gh runner for verify-range due to out of space
1 parent d236308 commit 32bb6b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/horizon.yml

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ jobs:
126126
STELLAR_CORE_VERSION: 21.3.1-2007.4ede19620.focal
127127
CAPTIVE_CORE_STORAGE_PATH: /tmp
128128
steps:
129+
- name: Free Disk Space (Ubuntu)
130+
uses: jlumbroso/free-disk-space@main
131+
with:
132+
tool-cache: true
129133
- uses: actions/checkout@v3
130134
with:
131135
# For pull requests, build and test the PR head not a merge of the PR with the destination.

0 commit comments

Comments
 (0)