mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
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:
6
.github/workflows/windows_installer.yml
vendored
6
.github/workflows/windows_installer.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user