Skip to content

Commit 0b74ab9

Browse files
authored
Merge pull request #240 from cloudblue/LITE-33302-bump-python-version
LITE-33302 Add install NSIS step to windows package build job
2 parents aa656a2 + 24c3ecc commit 0b74ab9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)