Skip to content

Commit

Permalink
free up disk space on CI machine
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Oct 5, 2023
1 parent ef8e92d commit 0e2cbc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

- run: df -hT

- run: rm -rf /opt/hostedtoolcache

- run: df -hT

- run: ./scripts/cibuild

- run: df -hT
Expand Down

0 comments on commit 0e2cbc9

Please sign in to comment.