File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,9 @@ jobs:
124
124
with :
125
125
components : clippy
126
126
- name : Set up the Windows environment
127
- shell : bash
128
127
run : |
129
- choco install llvm --no-progress
130
- choco install openssl --version=3.2.0 --no-progress
131
- if [[ -d "C:\Program Files\OpenSSL-Win64" ]]; then
132
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
133
- else
134
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >> $GITHUB_ENV
135
- fi
128
+ cargo install cargo-vcpkg
129
+ cargo vcpkg build
136
130
if : runner.os == 'Windows'
137
131
- name : Set up the Mac environment
138
132
run : brew install autoconf automake libtool
Original file line number Diff line number Diff line change @@ -151,3 +151,11 @@ lto = "thin"
151
151
[patch .crates-io ]
152
152
# REDOX START, Uncomment when you want to compile/check with redoxer
153
153
# REDOX END
154
+
155
+ [package .metadata .vcpkg ]
156
+ git = " https://github.com/microsoft/vcpkg"
157
+ # https://github.com/microsoft/vcpkg/tags
158
+ rev = " 2024.02.14"
159
+
160
+ [package .metadata .vcpkg .target ]
161
+ x86_64-pc-windows-msvc = {dependencies =[" openssl-windows" , " openssl" ]}
You can’t perform that action at this time.
0 commit comments