Skip to content

Commit

Permalink
Free Disk Space (#1607)
Browse files Browse the repository at this point in the history
Co-authored-by: amitz <[email protected]>
  • Loading branch information
amitza and amitz authored Aug 4, 2024
1 parent 4d2e829 commit 6e840fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
contents: write

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false

- name: Mark github workspace as safe
run: |
sh -c "git config --global --add safe.directory $PWD"
Expand Down Expand Up @@ -64,7 +69,7 @@ jobs:
env:
REGISTRY: ghcr.io
IMAGE_NAME: "lavanet/lava/${{ matrix.binary }}"
steps:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6e840fd

Please sign in to comment.