You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OpenSSL install step for windows builds (#243)
The OpenSSL build on Windows, for Windows, was failing to execute due to the VM image missing an OpenSSL installation and its runtime DLLs.
Added a build step to the GHA worfklow to use Choco to install openssl.
The database integration test still fails, but now due to a logical error that we should fix independently.
0 commit comments