зеркало из 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:
|
steps:
|
||||||
- name: Install libraries with vcpkg
|
- name: Install libraries with vcpkg
|
||||||
run: |
|
run: |
|
||||||
vcpkg --triplet x64-windows install openssl readline zlib
|
vcpkg --triplet x64-windows install readline zlib
|
||||||
- name: Install libraries with chocolatey
|
- name: Install libraries with chocolatey
|
||||||
run: |
|
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.
|
# Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork.
|
||||||
- name: Checkout ruby/ruby
|
- name: Checkout ruby/ruby
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче