mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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"
|
||||
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