1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Use the previous winflexbison3

winflexbison3 v2.5.23.20200829 seems to install nothing.
This commit is contained in:
Nobuyoshi Nakada 2020-09-01 14:33:17 +09:00
parent cceba23515
commit fbf79f1c11
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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