My electron build job need postgresql in window env, I cannot install postgresql by it’s exe.
wget https://get.enterprisedb.com/postgresql/postgresql-14.2-1-windows-x64.exe -o .\postgresql.exe
.\postgresql.exe
It doesn’t work, so I think installing it by winget may be working, so here is my trying.
wget https://aka.ms/getwinget -o .\winget.msixbundle
.\winget.msixbundle
It doesn’t work either, so I’m here for help!