aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-09-02 14:12:04 +0200
committerAndersBroman <a.broman58@gmail.com>2020-09-04 10:27:27 +0000
commitaaf2edf8a781d30ca27798e1ba149de242c91587 (patch)
tree8421c3d92f212180e84a33f4a18620f675ea091a /.github/workflows
parent188b4a655f792995abc68afb7a6f894d96e53f76 (diff)
github: fix windows build.
Downgrade winflexbison3 to 2.5.18.20190508. Related: #16824.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index c96af9512a..54062c8c4a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -10,7 +10,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Choco install
- run: cinst -y --force --no-progress asciidoctorj xsltproc docbook-bundle winflexbison3 cmake nsis
+ 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
- name: Install strawberryperl
run: |
choco install strawberryperl