pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
773 stars 120 forks source link

Remove apt upgrade in CI #2778

Closed ankith26 closed 3 months ago

ankith26 commented 3 months ago

I can't seem to remember why the update/upgrade was added in CI in the first place. Anyways, I'm now trying to remove it because every once in a while this step likes to break, and I don't think there's a benefit of having this extra step

Starbuck5 commented 3 months ago

Maybe keep the update but remove the upgrade? https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/customizing-github-hosted-runners#installing-software-on-ubuntu-runners

ankith26 commented 3 months ago

In my latest commit upgrade has been removed but update has been kept as it was