summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-02 15:54:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-02 16:12:16 +0900
commitb03aa7dcd73a55c4b76600830a90bd0bc725d5a3 (patch)
tree8bec0b30ca9273b19a696379ce2af512ad55ec6d /.github
parente350b32837a824279e9dbba09139f6d0e4a4be0f (diff)
Use the lateset winflexbison3
The installation script fault seems fixed at 2.5.23.20200904.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 1 insertions, 2 deletions
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