From 982d344aa895139f2aecfbc0787aa25c3f723d0a Mon Sep 17 00:00:00 2001 From: Daniel Lyne Date: Wed, 5 Jan 2022 05:28:33 -0500 Subject: [PATCH] Mirror NSIS fix for PR builds to master builds --- .github/workflows/master_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/master_build.yml b/.github/workflows/master_build.yml index 24e91a740c..6d1c215ced 100644 --- a/.github/workflows/master_build.yml +++ b/.github/workflows/master_build.yml @@ -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')