File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ jobs:
128
128
run : |
129
129
cargo install cargo-vcpkg
130
130
cargo vcpkg -v build
131
-
132
131
if : runner.os == 'Windows'
133
132
- name : Set up the Mac environment
134
133
run : brew install autoconf automake libtool
@@ -252,12 +251,8 @@ jobs:
252
251
- name : Set up the Windows environment
253
252
shell : bash
254
253
run : |
255
- choco install llvm openssl --no-progress
256
- if [[ -d "C:\Program Files\OpenSSL-Win64" ]]; then
257
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
258
- else
259
- echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >> $GITHUB_ENV
260
- fi
254
+ cargo install cargo-vcpkg
255
+ cargo vcpkg -v build
261
256
if : runner.os == 'Windows'
262
257
- name : Set up the Mac environment
263
258
run : brew install autoconf automake libtool openssl@3
You can’t perform that action at this time.
0 commit comments