Skip to content

Commit

Permalink
ci: Remove disk space free-up step
Browse files Browse the repository at this point in the history
With the larger runner with 150GB disk space, it is no longer necessary
to delete the extraneous files in the virtual environment image to free
up disk space.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
  • Loading branch information
stephanosio committed Oct 4, 2022
1 parent 941acbd commit 4b4eaa3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,6 @@ jobs:
- 5000:5000

steps:
- name: Free up disk space
run: |
set -x
# Delete unnecessary files to free up space
df -h
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "/usr/local/lib/android"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
- name: Checkout
uses: actions/checkout@v2

Expand Down

0 comments on commit 4b4eaa3

Please sign in to comment.