We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff17647 commit 5880b9bCopy full SHA for 5880b9b
.github/workflows/ci.yml
@@ -285,6 +285,11 @@ jobs:
285
if: env.SSH_PRIVATE_KEY != ''
286
with:
287
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
288
+ - name: Install OpenSSL (Windows)
289
+ shell: powershell
290
+ run: |
291
+ echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
292
+ vcpkg install openssl:x64-windows-static-md
293
- name: Run Tests
294
uses: pex-tool/actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
295
continue-on-error: true
tox.ini
@@ -52,6 +52,7 @@ passenv =
52
# Mac (Homebrew) needs these.
53
HOME
54
# Windows needs these.
55
+ OPENSSL_DIR
56
PATHEXT
57
USER
58
USERNAME
0 commit comments