Commit 2344398
authored
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.1 parent 6727446 commit 2344398
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
131 | 138 | | |
132 | 139 | | |
133 | 140 | | |
| |||
0 commit comments