mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Merge pull request #1562 from scrblue/1557-debug
Mirror NSIS fix for PR builds to master builds on GHA.
This commit is contained in:
commit
9b71706ed0
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"
|
||||
fi
|
||||
|
||||
- name: Override NSIS
|
||||
shell: pwsh
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: choco install nsis --version=3.06.1
|
||||
|
||||
- name: Install Python modules
|
||||
if: startsWith(matrix.os, 'windows') || startsWith(matrix.os, 'macOS')
|
||||
|
|
Loading…
Reference in a new issue