mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 12:12:32 +02:00
Mirror NSIS fix for PR builds to master builds
This commit is contained in:
parent
72b25b7f72
commit
982d344aa8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/master_build.yml
vendored
4
.github/workflows/master_build.yml
vendored
|
@ -136,6 +136,10 @@ 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: Install Python modules
|
- name: Install Python modules
|
||||||
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS')
|
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS')
|
||||||
|
|
Loading…
Reference in a new issue