fables-tales / rubyfmt

Ruby Autoformatter!
MIT License
1.07k stars 50 forks source link

Fix busted preview-release build by forcing full ruby builds #458

Closed reese closed 7 months ago

reese commented 8 months ago

This PR fixes the preview-release build by removing the ruby_checkout caching. This was causing issues with the ruby build, but removing it fixes any apparent discrepancies in the build that was causing issues. This probably makes it a bit slower, but I don't think speed is of the utmost priority since it's only run post-merge anyways 🤷

I verified this works by running it on this branch: result

reese commented 7 months ago

I forced a test build for the release and made sure it passed: https://github.com/fables-tales/rubyfmt/actions/runs/7670725309