Skip to content

Commit

Permalink
free up disk space in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Oct 12, 2023
1 parent 43e3164 commit a27734f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: rm -rf /opt/hostedtoolcache

- run: ./scripts/cibuild

- run: docker system prune -f
Expand Down

0 comments on commit a27734f

Please sign in to comment.