File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed
Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments