Skip to content

Commit 9a7816d

Browse files
committed
switched to default installation of openssl
1 parent 199fb6c commit 9a7816d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v3
3333

34-
- name: Install dependencies
35-
run: vcpkg install openssl --triplet x64-windows
36-
3734
- name: Setup Boost
3835
run: python3 tools/ci.py setup-boost --source-dir=$(pwd)
3936

@@ -106,14 +103,11 @@ jobs:
106103
- { toolset: msvc-14.2, os: windows-2019 }
107104
- { toolset: msvc-14.3, os: windows-2022 }
108105
env:
109-
OPENSSL_ROOT: "C:\\vcpkg\\installed\\x64-windows"
106+
OPENSSL_ROOT: "C:\\Program Files\\OpenSSL"
110107
steps:
111108
- name: Checkout
112109
uses: actions/checkout@v3
113110

114-
- name: Install dependencies
115-
run: vcpkg install openssl --triplet x64-windows
116-
117111
- name: Setup user-config.jam
118112
run: cp tools/user-config.jam "${HOMEDRIVE}${HOMEPATH}/"
119113

0 commit comments

Comments
 (0)