mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
Attempt installation of previous versions of NSIS
This commit is contained in:
parent
fa2b1ea396
commit
3679fd8a6a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pr_build.yml
vendored
6
.github/workflows/pr_build.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue