File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 31
31
- name : Checkout
32
32
uses : actions/checkout@v3
33
33
34
- - name : Install dependencies
35
- run : vcpkg install openssl --triplet x64-windows
36
-
37
34
- name : Setup Boost
38
35
run : python3 tools/ci.py setup-boost --source-dir=$(pwd)
39
36
@@ -106,14 +103,11 @@ jobs:
106
103
- { toolset: msvc-14.2, os: windows-2019 }
107
104
- { toolset: msvc-14.3, os: windows-2022 }
108
105
env :
109
- OPENSSL_ROOT : " C:\\ vcpkg \\ installed \\ x64-windows "
106
+ OPENSSL_ROOT : " C:\\ Program Files \\ OpenSSL "
110
107
steps :
111
108
- name : Checkout
112
109
uses : actions/checkout@v3
113
110
114
- - name : Install dependencies
115
- run : vcpkg install openssl --triplet x64-windows
116
-
117
111
- name : Setup user-config.jam
118
112
run : cp tools/user-config.jam "${HOMEDRIVE}${HOMEPATH}/"
119
113
You can’t perform that action at this time.
0 commit comments