Merge pull request #1560 from scrblue/1557-debug

Resolve #1557 where Windows builds fail on GHA due to incompatible NSIS version.
This commit is contained in:
Kalila 2022-01-05 03:05:49 -05:00 committed by GitHub
commit 72b25b7f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,11 @@ 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"