github: install cmake and winflexbison alongside other windows pkgs.

This commit is contained in:
Dario Lombardo 2022-12-09 09:17:03 +01:00
parent 29c6f4ebf1
commit c64eaf87af
No known key found for this signature in database
GPG Key ID: A45A48B6693FB191
1 changed files with 1 additions and 5 deletions

View File

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