Skip to content

Commit d81a078

Browse files
committed
try choco install
1 parent 7f65c13 commit d81a078

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

.github/workflows/windows.yml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ jobs:
2828
echo "${FILE_ONE}" | openssl base64 -d > ${HOME}/privatekey.key |
2929
echo "${FILE_TWO}" | openssl base64 -d > ${HOME}/certificate.crt
3030
31-
- name: Clone openssl
32-
uses: actions/checkout@v3
33-
with:
34-
repository: openssl/openssl
35-
path: D:/a/cppsocket/cppsocket/openssl
36-
ref: openssl-3.1.0
37-
38-
- name: Build and install OpenSSL
39-
working-directory: D:/a/cppsocket/cppsocket/openssl
40-
run: |
41-
perl Configure VC-WIN64A
42-
nmake
43-
nmake install
31+
#- name: Clone openssl
32+
# uses: actions/checkout@v3
33+
# with:
34+
# repository: openssl/openssl
35+
# path: D:/a/cppsocket/cppsocket/openssl
36+
# ref: openssl-3.1.0
37+
38+
#- name: Build and install OpenSSL
39+
# working-directory: D:/a/cppsocket/cppsocket/openssl
40+
# run: |
41+
# perl Configure VC-WIN64A
42+
# nmake
43+
# nmake install
44+
45+
- name: Install OpenSSL
46+
run: choco install openssl
4447

4548
- name: Install gtest
4649
uses: MarkusJx/googletest-installer@v1.1.1

0 commit comments

Comments
 (0)