ruby-changes:58423
From: Nobuyoshi <ko1@a...>
Date: Fri, 25 Oct 2019 02:32:47 +0900 (JST)
Subject: [ruby-changes:58423] b7c8874b62 (master): Install openssl with chocolatey
https://git.ruby-lang.org/ruby.git/commit/?id=b7c8874b62 From b7c8874b6290d17f6f8ebd4b2fa72c231121c714 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 25 Oct 2019 02:24:42 +0900 Subject: Install openssl with chocolatey OpenSSL in chocolatey is 1.1.1d but outdated 1.0.2s is in vcpkg. diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 97e1b98..9154624 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,10 +24,10 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L24 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: | -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/