ruby-changes:62787
From: Nobuyoshi <ko1@a...>
Date: Tue, 1 Sep 2020 14:42:46 +0900 (JST)
Subject: [ruby-changes:62787] fbf79f1c11 (master): Use the previous winflexbison3
https://git.ruby-lang.org/ruby.git/commit/?id=fbf79f1c11 From fbf79f1c11a5357b5a3a790a8f5942fdefc22947 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 1 Sep 2020 14:33:17 +0900 Subject: Use the previous winflexbison3 winflexbison3 v2.5.23.20200829 seems to install nothing. diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index eb04db5..2dff4c7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,7 +32,8 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L32 ${{ runner.os }}-chocolatey- - name: Install libraries with chocolatey run: | - choco install --no-progress openssl winflexbison3 + choco install --no-progress openssl + choco install --no-progress winflexbison3 --version=2.5.18.20190508 - name: git config run: | git config --system advice.detachedHead 0 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/