Skip to content

Commit

Permalink
Remove tools cache in dockerize.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Sep 29, 2024
1 parent 936bc64 commit 63a2b5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
# Get all history to correctly infer Khoj version using hatch
fetch-depth: 0

- name: 🧹 Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 63a2b5b

Please sign in to comment.