github: windows - downgrade cmake back to 3.24.3

cmake 3.25 changed library search logic for .a and .library
Downgrade cmake until libsmi and zlib cmake files are adjusted?
See notes in !8807
This commit is contained in:
Chuck Craft 2022-11-18 21:02:44 -06:00
parent f3a96bc18c
commit 80ebd68cc4
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Choco install
run: cinst -y --force --no-progress asciidoctorj xsltproc docbook-bundle cmake nsis
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
- name: Install strawberryperl