Skip to content

Commit

Permalink
Test fixing openssl on windows error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptondereau committed Sep 29, 2022
1 parent 6b843a2 commit ca9499d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,13 @@ commands:
[net]
git-fetch-with-cli = true
"@
- run:
name: Configure VCPKG and install OpenSSL
command: |
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg integrate install
.\vcpkg\vcpkg install openssl:x64-windows
exec_xtask:
parameters:
Expand Down

0 comments on commit ca9499d

Please sign in to comment.