We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cc38c commit 159bb03Copy full SHA for 159bb03
1 file changed
.github/workflows/windows.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
setup:
16
- runs-on: windows-latest
+ runs-on: windows-2022
17
steps:
18
- uses: actions/checkout@v4
19
- name: Bundle WebUI Bridge
@@ -25,7 +25,7 @@ jobs:
25
26
build:
27
needs: setup
28
29
permissions:
30
contents: write
31
strategy:
@@ -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-Win64\\include"
43
- WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL-Win64\\lib"
+ WEBUI_TLS_INCLUDE: "C:\\Program Files\\OpenSSL\\include"
+ WEBUI_TLS_LIB: "C:\\Program Files\\OpenSSL\\lib"
44
45
46
- uses: actions/cache/restore@v4
0 commit comments