mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
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:
commit
72b25b7f72
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pr_build.yml
vendored
5
.github/workflows/pr_build.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue