summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-01 14:33:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-09-01 14:42:19 +0900
commitfbf79f1c11a5357b5a3a790a8f5942fdefc22947 (patch)
treeb6f5183572171901f152f1ca2cf5f207d8508d60 /.github
parentcceba23515ee6390127973088b739b8e4dd34721 (diff)
Use the previous winflexbison3
winflexbison3 v2.5.23.20200829 seems to install nothing.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index eb04db5123..2dff4c7369 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -32,7 +32,8 @@ jobs:
${{ 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