32blit / 32blit-sdk

32blit SDK
https://32blit.com
MIT License
197 stars 69 forks source link

Delete old stdlibs files when redownloading #825

Closed Daft-Freak closed 1 year ago

Daft-Freak commented 1 year ago

If we were re-downloading the stdlibs because the hash changed, we wouldn't extract it later because the dir already existed.

I only noticed this because my build script was failing to link everything after a system upgrade. (That is after working around the python annoyingness with the tools...)

Daft-Freak commented 1 year ago

Well, that saved me having to remember to check if the actions had finished yet.