Attempt installation of previous versions of NSIS

This commit is contained in:
Daniel Lyne 2022-01-03 19:25:04 -05:00
parent fa2b1ea396
commit 3679fd8a6a

View file

@ -170,6 +170,12 @@ jobs:
echo " done"
fi
- name: Override NSIS
shell: pwsh
if: startsWith(matrix.os, 'windows')
run: |
choco install nsis --version=3.06.1
- name: Create Build Environment
shell: bash
run: cmake -E make_directory "${{runner.workspace}}/build"