From b03aa7dcd73a55c4b76600830a90bd0bc725d5a3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada 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(-) (limited to '.github') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1dbd4f51af..32c1a8c15e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -36,8 +36,7 @@ jobs: ${{ 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.2.3