Merge pull request #696 from overte-org/fixwin

Fix Windows GitHub Actions workflows
This commit is contained in:
ksuprynowicz 2023-11-04 20:43:39 +01:00 committed by GitHub
commit 1f2a9872c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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')