Skip to content

Commit

Permalink
#4538: create free space on gh runner for verify-range due to out of …
Browse files Browse the repository at this point in the history
…space
  • Loading branch information
sreuland committed Aug 27, 2024
1 parent d236308 commit 32bb6b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ jobs:
STELLAR_CORE_VERSION: 21.3.1-2007.4ede19620.focal
CAPTIVE_CORE_STORAGE_PATH: /tmp
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- uses: actions/checkout@v3
with:
# For pull requests, build and test the PR head not a merge of the PR with the destination.
Expand Down

0 comments on commit 32bb6b9

Please sign in to comment.