Skip to content

Commit

Permalink
Try deleting some unused tools
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bryteise committed Jun 14, 2024
1 parent 114295d commit 13117a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13117a3

Please sign in to comment.