Skip to content

Commit 24c3ecc

Browse files
committed
LITE-33302 Add install NSIS step to windows package build job
1 parent 9eed43d commit 24c3ecc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
with:
9595
fetch-depth: 0
9696
submodules: true
97+
- name: Install NSIS
98+
run: choco install nsis
9799
- name: Set up Python 3.10
98100
uses: actions/setup-python@v4
99101
with:

0 commit comments

Comments
 (0)