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 01b3c24 commit 74dbc68Copy full SHA for 74dbc68
.github/workflows/build.yml
@@ -29,8 +29,7 @@ jobs:
29
- run: ls "C:\Program Files\OpenSSL"
30
- run: ls "C:\Program Files\OpenSSL\lib"
31
- run: ls "C:\Program Files\OpenSSL\include\openssl"
32
- - run: Install-Binary -Url "https://slproweb.com/download/Win64OpenSSL-3_3_2.exe" -Name "Win64OpenSSL-3_3_2.exe" -ArgumentList '/sp-' '/suppressmsgboxes' "/DIR=C:\ProgramFiles\OpenSSL-3"
33
- - run: Get-ToolsetContent
+ - run: vcpkg install openssl:x64-windows-static-md
34
35
- name: Checkout tree
36
uses: actions/checkout@v4
0 commit comments