From b7c8874b6290d17f6f8ebd4b2fa72c231121c714 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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. --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 97e1b98042..915462402a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: | -- cgit v1.2.3