We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1709ac8 commit 1a3fac9Copy full SHA for 1a3fac9
.github/workflows/windows.yml
@@ -48,6 +48,13 @@ jobs:
48
path: bridge/webui_bridge.h
49
key: ${{ runner.os }}-${{ github.sha }}-bridge
50
fail-on-cache-miss: true
51
+ - name: Install OpenSSL
52
+ shell: pwsh
53
+ run: |
54
+ irm https://raw.githubusercontent.com/actions/runner-images/main/images/win/scripts/Installers/Install-OpenSSL.ps1 | iex
55
+ - name: Verify OpenSSL
56
57
+ run: dir "C:\Program Files\OpenSSL\lib"
58
- uses: microsoft/setup-msbuild@v2
59
- uses: ilammy/msvc-dev-cmd@v1
60
if: matrix.cc == 'msvc'
0 commit comments