I am getting:
error: could not compile postgresql_archive (lib) due to 23 previous errors
When I try to run my code in Windows
Cargo.toml
...
[dev-dependencies]
postgresql_embedded = "0.16.1"
as a github action it works, but not in my Windows machine, any idea?