File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,12 @@ jobs:
124
124
with :
125
125
components : clippy
126
126
- name : Set up the Windows environment
127
- run : |
128
- vcpkg install openssl
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
127
+ uses : lukka/run-vcpkg@v11
128
+ with :
129
+ # https://github.com/microsoft/vcpkg/tags
130
+ vcpkgGitCommitId : fba75d09065fcc76a25dcf386b1d00d33f5175af
131
+ runVcpkgInstall : true
132
+
136
133
if : runner.os == 'Windows'
137
134
- name : Set up the Mac environment
138
135
run : brew install autoconf automake libtool
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
3
+ "name" : " stdlib" ,
4
+ "version" : " 0.3.0" ,
5
+ "dependencies" : [" openssl" ]
6
+ }
You can’t perform that action at this time.
0 commit comments