replace dead openssl link
This commit is contained in:
parent
a846ffdfb6
commit
5122573025
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
- name: Deploy OpenSSL
|
||||
run: |
|
||||
curl https://mirror.firedaemon.com/OpenSSL/openssl-1.1.1r.zip --output openssl-1.1.1.zip
|
||||
curl https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-1.1.1t.zip --output openssl-1.1.1.zip
|
||||
tar -xf openssl-1.1.1.zip
|
||||
copy .\openssl-1.1\x64\bin\libcrypto-1_1-x64.dll .\bin\libcrypto-1_1-x64.dll
|
||||
copy .\openssl-1.1\x64\bin\libssl-1_1-x64.dll .\bin\libssl-1_1-x64.dll
|
||||
|
Loading…
Reference in New Issue
Block a user