File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,10 @@ jobs:
124
124
with :
125
125
components : clippy
126
126
- name : Set up the Windows environment
127
- uses : lukka/run-vcpkg@v11
128
- with :
129
- # https://github.com/microsoft/vcpkg/tags
130
- vcpkgGitCommitId : fba75d09065fcc76a25dcf386b1d00d33f5175af
131
- runVcpkgInstall : true
127
+ shell : bash
128
+ run : |
129
+ cargo install cargo-vcpkg
130
+ cargo vcpkg build
132
131
133
132
if : runner.os == 'Windows'
134
133
- name : Set up the Mac environment
Original file line number Diff line number Diff line change @@ -151,3 +151,12 @@ 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
+
156
+ [package .metadata .vcpkg ]
157
+ git = " https://github.com/microsoft/vcpkg"
158
+ # https://github.com/microsoft/vcpkg/tags
159
+ rev = " 2024.02.14"
160
+
161
+ [package .metadata .vcpkg .target ]
162
+ x86_64-pc-windows-msvc = { dev-dependencies = [" openssl" ] }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments