try to get Inno into the image (#2628)

Dropped in Windows server 2025 image; see https://github.com/actions/runner-images/issues/12464
This commit is contained in:
Ian Bell
2025-10-04 15:59:27 -04:00
committed by GitHub
parent 1b5096de6c
commit 9adc24b60d

View File

@@ -26,6 +26,12 @@ jobs:
python -m pip install --upgrade pip
python -m pip install requests packaging
# See: https://github.com/actions/runner-images/issues/12464
- name: Install Inno Setup
shell: powershell
run: |
choco install innosetup -y
- name: Extract CoolProp version from CMakeLists.txt
shell: bash
run: |