Skip to content

Commit 2c91c3b

Browse files
OnetchouDSCaskey
authored andcommitted
Install NSIS in the CI
1 parent a523ab9 commit 2c91c3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ jobs:
217217
qmake.exe Seamly2D.pro -config release CONFIG+=noTests
218218
nmake
219219
220+
- name: install NSIS
221+
run: choco install nsis -y
222+
220223
- name: create seamly2d-installer.exe
221224
# copy seamly2d and seamlyme directory trees prepared by windeployqt and create installer
222225
# uses parameters in seamly2d-installer.nsi to create the installer exe

0 commit comments

Comments
 (0)