We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f0e18 commit 02cc38cCopy full SHA for 02cc38c
1 file changed
.github/workflows/windows.yml
@@ -39,8 +39,8 @@ jobs:
39
fail-fast: false
40
env:
41
ARTIFACT: webui-windows-${{ matrix.cc }}-x64
42
- WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL\\include"
43
- WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL\\lib"
+ WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL-Win64\\include"
+ WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL-Win64\\lib"
44
steps:
45
- uses: actions/checkout@v4
46
- uses: actions/cache/restore@v4
0 commit comments