Skip to content

Commit

Permalink
ci(fix): free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
netr0m committed Oct 26, 2023
1 parent 8ba2319 commit b5540cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- debian11
- ubuntu2204
steps:
- name: Delete huge unnecessary tools folder
run: rm -rf /opt/hostedtoolcache

- name: 'Check out the codebase'
uses: 'actions/checkout@master'
with:
Expand Down

0 comments on commit b5540cb

Please sign in to comment.