Skip to content

Commit

Permalink
Delete the hostedtoolcache folder to free up space
Browse files Browse the repository at this point in the history
  • Loading branch information
spyker77 committed Oct 30, 2023
1 parent f6372ae commit c12a609
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
HEROKU_REGISTRY_WEB_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/web
HEROKU_REGISTRY_WORKER_IMAGE: registry.heroku.com/${HEROKU_APP_NAME}/worker
steps:
- name: Delete the tools folder to free up space for CUDA
run: rm -rf /opt/hostedtoolcache

- name: Checkout
uses: actions/checkout@v4
- name: Log in to GitHub Packages
Expand Down

0 comments on commit c12a609

Please sign in to comment.