Skip to content

Commit

Permalink
Try to solve space problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sgasioro committed Sep 23, 2024
1 parent b66bd52 commit 6edbcb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: Check Out Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6edbcb4

Please sign in to comment.