[前][次][番号順一覧][スレッド一覧]

ruby-changes:65116

From: Nobuyoshi <ko1@a...>
Date: Tue, 2 Feb 2021 16:14:01 +0900 (JST)
Subject: [ruby-changes:65116] b03aa7dcd7 (master): Use the lateset winflexbison3

https://git.ruby-lang.org/ruby.git/commit/?id=b03aa7dcd7

From b03aa7dcd73a55c4b76600830a90bd0bc725d5a3 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 2 Feb 2021 15:54:07 +0900
Subject: Use the lateset winflexbison3

The installation script fault seems fixed at 2.5.23.20200904.
---
 .github/workflows/windows.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 1dbd4f5..32c1a8c 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -36,8 +36,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/windows.yml#L36
             ${{ runner.os }}-chocolatey-
       - name: Install libraries with chocolatey
         run: |
-          choco install --no-progress openssl
-          choco install --no-progress winflexbison3 --version=2.5.18.20190508
+          choco install --no-progress openssl winflexbison3
       - name: git config
         run: |
           git config --global core.autocrlf false
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]