Skip to content

Commit 02cc38c

Browse files
authored
Workflow - Fix TLS Windows Server 2025
1 parent f5f0e18 commit 02cc38c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
fail-fast: false
4040
env:
4141
ARTIFACT: webui-windows-${{ matrix.cc }}-x64
42-
WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL\\include"
43-
WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL\\lib"
42+
WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL-Win64\\include"
43+
WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL-Win64\\lib"
4444
steps:
4545
- uses: actions/checkout@v4
4646
- uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)