codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

fix: Remove manual mysql dependency in CI for msyql `8.0.26` #890

Closed peterkos closed 2 years ago

peterkos commented 2 years ago

Resolves #889

GitHub Actions seems to have reverted to a previous mysql version (8.0.27 -> 8.0.26) such that manually installing these two dependencies is, at least for now, no longer necessary.

This will probably need to be reverted or at least rechecked in the future when msyql is eventually upgraded again.

See issue for detailed discussion.