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 8bc534f commit 352bcf8Copy full SHA for 352bcf8
.github/workflows/tests.yml
@@ -73,9 +73,9 @@ jobs:
73
- name: Install OpenSSL
74
if: matrix.os == 'windows-latest'
75
run: |
76
- choco install openssl --no-progress
+ # OpenSSL is pre-installed on windows-2025 runners.
77
echo "INCLUDE=C:\Progra~1\OpenSSL\include" >> $GITHUB_ENV
78
- echo "LIB=C:\Progra~1\OpenSSL\lib" >> $GITHUB_ENV
+ echo "LIB=C:\Progra~1\OpenSSL\\lib\\VC\\x64\\MD" >> $GITHUB_ENV
79
shell: bash
80
- name: Run tests
81
0 commit comments