Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Speeding up Windows CI install of pg #258

Open jayvdb opened 2 months ago

jayvdb commented 2 months ago

All the choco github actions I've seen dont cache the download. https://github.com/chocolatey/home/issues/98

https://github.com/cybertec-postgresql/postgresql-action/blob/master/.github/workflows/pre-installed.yaml looks very interesting.