Skip to content

Commit

Permalink
Downgrade NSIS in GHA windows master build.
Browse files Browse the repository at this point in the history
  • Loading branch information
namark committed May 27, 2024
1 parent 35b419a commit 7121ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'windows')
run: choco install nsis --version=3.06.1
run: choco install nsis --version=3.06.1 --allow-downgrade

- name: Install Python modules
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS')
Expand Down

0 comments on commit 7121ef0

Please sign in to comment.