jlumbroso / free-disk-space

:octocat:⚙️🗑️ A GitHub Action to free disk space on an Ubuntu runner.
MIT License
386 stars 72 forks source link

Fix large packages aspnetcore #9 #11

Closed hirnidrin closed 1 year ago

hirnidrin commented 1 year ago

Simple fix for issue #9 , just removes the interfering aspnetcore packages at the very beginning, before the action tries to fetch them.

Until this or kfir4444's fix gets merged, you might want to use my fixed clone. Just reference my action at hirnidrin/free-disk-space@main instead of jlumbroso/free-disk-space@main. Please revert back to the original here after the merge.