From 13117a3da215019a51856873ef654384157454db Mon Sep 17 00:00:00 2001 From: William Douglas Date: Fri, 14 Jun 2024 14:22:46 -0700 Subject: [PATCH] Try deleting some unused tools The CI images are too big to build. Try and remove some unused tools that are taking up a lot of space and see if that helps. --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8f6047a..749c7c9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,6 +14,8 @@ jobs: fail-fast: false runs-on: ubuntu-latest steps: + - name: Delete unused tools folder + run: rm -rf /opt/hostedtoolcache - name: Code Checkout uses: actions/checkout@v4 - name: Login to GitHub Container Registry