Mirror NSIS fix for PR builds to master builds

This commit is contained in:
Daniel Lyne 2022-01-05 05:28:33 -05:00
parent 72b25b7f72
commit 982d344aa8

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')