Browse Source

[gha] msvc: copy openssl libraries to fix build

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/2024/head
R4SAS 4 months ago
parent
commit
5d7c6fb0b3
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 1
      .github/workflows/build-windows-msvc.yml

1
.github/workflows/build-windows-msvc.yml

@ -45,6 +45,7 @@ jobs: @@ -45,6 +45,7 @@ jobs:
run: |
powershell -Command "(Invoke-WebRequest -UserAgent "Wget" -Uri https://slproweb.com/download/Win64OpenSSL-3_2_1.exe -OutFile Win64OpenSSL-3_2_1.exe)"
./Win64OpenSSL-3_2_1.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
xcopy "c:\Program Files\OpenSSL-Win64\lib\VC\x64\MTd\*" "c:\Program Files\OpenSSL-Win64\lib\"
- name: Configure
working-directory: build

Loading…
Cancel
Save