mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Install openssl with chocolatey
OpenSSL in chocolatey is 1.1.1d but outdated 1.0.2s is in vcpkg.
This commit is contained in:
parent
826bbf9837
commit
b7c8874b62
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue