Specifically allow downgrading NSIS in workflows.

This commit is contained in:
Julian Groß 2023-11-04 13:26:39 +01:00
parent 8b1b40273b
commit 4b3d7c3f17
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ jobs:
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'windows')
run: choco install nsis --version=3.06.1
run: choco install nsis --allow-downgrade --version=3.06.1
- name: Install Python modules
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS')

View file

@ -207,7 +207,7 @@ jobs:
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'Windows')
run: choco install nsis --version=3.06.1
run: choco install nsis --allow-downgrade --version=3.06.1
- name: Install Python modules
if: startsWith(matrix.os, 'Windows') || startsWith(matrix.os, 'macOS')