mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 07:48:45 +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"
|
echo " done"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Override NSIS
|
||||||
|
shell: pwsh
|
||||||
|
if: startsWith(matrix.os, 'windows')
|
||||||
|
run: |
|
||||||
|
choco install nsis --version=3.06.1
|
||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake -E make_directory "${{runner.workspace}}/build"
|
run: cmake -E make_directory "${{runner.workspace}}/build"
|
||||||
|
|
Loading…
Reference in a new issue