Merge pull request #1562 from scrblue/1557-debug

Mirror NSIS fix for PR builds to master builds on GHA.
This commit is contained in:
Kalila 2022-01-05 18:58:37 -05:00 committed by GitHub
commit 9b71706ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,10 @@ jobs:
echo " done"
fi
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'windows')
run: choco install nsis --version=3.06.1
- name: Install Python modules
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS')