Skip to content

Commit 352bcf8

Browse files
committed
Use pre-installed OpenSSL for Windows CI
1 parent 8bc534f commit 352bcf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
- name: Install OpenSSL
7474
if: matrix.os == 'windows-latest'
7575
run: |
76-
choco install openssl --no-progress
76+
# OpenSSL is pre-installed on windows-2025 runners.
7777
echo "INCLUDE=C:\Progra~1\OpenSSL\include" >> $GITHUB_ENV
78-
echo "LIB=C:\Progra~1\OpenSSL\lib" >> $GITHUB_ENV
78+
echo "LIB=C:\Progra~1\OpenSSL\\lib\\VC\\x64\\MD" >> $GITHUB_ENV
7979
shell: bash
8080
- name: Run tests
8181
run: |

0 commit comments

Comments
 (0)