mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
vcpkg: request "tools" feature of openssl for MSVC build
We need this for the MSI build. Previously this was enabled
by default.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20230330101536.533080-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26561.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit b1fc3f25bc)
This commit is contained in:
parent
e5c436c2cb
commit
253a87dccf
2 changed files with 5 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -440,7 +440,7 @@ jobs:
|
|||
- name: Restore artifacts, or setup vcpkg (do not install any package)
|
||||
uses: lukka/run-vcpkg@v10
|
||||
with:
|
||||
vcpkgGitCommitId: 'cafd398be781144787573ca78390e951673c7055'
|
||||
vcpkgGitCommitId: 'd10d511f25620ca0f315cd83dcef6485efc63010'
|
||||
appendedCacheKey: '${{matrix.triplet}}'
|
||||
|
||||
- name: Run MSBuild consuming vcpkg.json
|
||||
|
|
|
|||
|
|
@ -3,7 +3,10 @@
|
|||
"name": "openvpn",
|
||||
"version": "2.6",
|
||||
"dependencies": [
|
||||
"openssl",
|
||||
{
|
||||
"name": "openssl",
|
||||
"features": ["tools"]
|
||||
},
|
||||
"tap-windows6",
|
||||
"lzo",
|
||||
"lz4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue