CI: Install specific inno version (#3526)
* CI: Install specific inno version * great mobile dev experience * maybe this * really don't enjoy PS * Anothet attempt * maybe fix log * slowly going mad * fml * allow downgrade
This commit is contained in:
parent
e9ad7cb797
commit
1fe3d842c8
.github/workflows
|
@ -36,6 +36,7 @@ jobs:
|
|||
run: |
|
||||
Invoke-WebRequest -Uri https://github.com/Ijwu/Enemizer/releases/download/${Env:ENEMIZER_VERSION}/win-x64.zip -OutFile enemizer.zip
|
||||
Expand-Archive -Path enemizer.zip -DestinationPath EnemizerCLI -Force
|
||||
choco install innosetup --version=6.2.2 --allow-downgrade
|
||||
- name: Build
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue