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.
This commit is contained in:
William Douglas
2024-06-14 14:22:46 -07:00
parent 114295de66
commit 13117a3da2
+2
View File
@@ -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