зеркало из https://github.com/github/ruby.git
Install openssl with chocolatey
OpenSSL in chocolatey is 1.1.1d but outdated 1.0.2s is in vcpkg.
This commit is contained in:
Родитель
826bbf9837
Коммит
b7c8874b62
|
@ -24,10 +24,10 @@ jobs:
|
|||
steps:
|
||||
- name: Install libraries with vcpkg
|
||||
run: |
|
||||
vcpkg --triplet x64-windows install openssl readline zlib
|
||||
vcpkg --triplet x64-windows install readline zlib
|
||||
- name: Install libraries with chocolatey
|
||||
run: |
|
||||
choco install winflexbison3
|
||||
choco install openssl winflexbison3
|
||||
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||
- name: Checkout ruby/ruby
|
||||
run: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче