From 0e2cbc9eb73ce8e2ccf1cb9e4419205eda0d6d9f Mon Sep 17 00:00:00 2001 From: Adeel Hassan Date: Wed, 4 Oct 2023 16:24:14 -0400 Subject: [PATCH] free up disk space on CI machine --- .github/workflows/continuous_integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 35a253671..63d13fd40 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -18,6 +18,10 @@ jobs: - run: df -hT + - run: rm -rf /opt/hostedtoolcache + + - run: df -hT + - run: ./scripts/cibuild - run: df -hT