From 24c3ecca02ed604f8e8c38b61b8edc20e9d03d36 Mon Sep 17 00:00:00 2001 From: Jonathan Rios Date: Wed, 17 Dec 2025 15:46:50 +0100 Subject: [PATCH] LITE-33302 Add install NSIS step to windows package build job --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9a37cbf..f6f3fa8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -94,6 +94,8 @@ jobs: with: fetch-depth: 0 submodules: true + - name: Install NSIS + run: choco install nsis - name: Set up Python 3.10 uses: actions/setup-python@v4 with: