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:
parent
cceba23515
commit
fbf79f1c11
1 changed files with 2 additions and 1 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -32,7 +32,8 @@ jobs:
|
||||||
${{ runner.os }}-chocolatey-
|
${{ runner.os }}-chocolatey-
|
||||||
- name: Install libraries with chocolatey
|
- name: Install libraries with chocolatey
|
||||||
run: |
|
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
|
- name: git config
|
||||||
run: |
|
run: |
|
||||||
git config --system advice.detachedHead 0
|
git config --system advice.detachedHead 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue