github: use latest winflexbison3 in workflow build

Use current version (2.5.24.20210105) which is hosted on github.
Should reduce timeouts previous version had which is hosted on
sourceforge.
This commit is contained in:
Chuck Craft 2022-10-23 17:33:06 -05:00
parent 30905d9c50
commit 72234923c4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Choco install
run: cinst -y --force --no-progress asciidoctorj xsltproc docbook-bundle cmake nsis
- name: Install winflexbison3
run: cinst -y --force winflexbison3 --version 2.5.18.20190508
run: cinst -y --force winflexbison3
- name: Install strawberryperl
uses: shogo82148/actions-setup-perl@v1
with: