Skip to content

Commit 63fb9fc

Browse files
authored
Fix Windows 2022 OpenSSL
1 parent 1709ac8 commit 63fb9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
ARTIFACT: webui-windows-${{ matrix.cc }}-x64
4242
WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL\\include"
43-
WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL\\lib"
43+
WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL\\lib\\VC\\x64\\MD"
4444
steps:
4545
- uses: actions/checkout@v4
4646
- uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)