Skip to content

Commit

Permalink
Merge pull request #1560 from scrblue/1557-debug
Browse files Browse the repository at this point in the history
Resolve #1557 where Windows builds fail on GHA due to incompatible NSIS version.
  • Loading branch information
digisomni authored Jan 5, 2022
2 parents fa2b1ea + 990cb7f commit 72b25b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 72b25b7

Please sign in to comment.