Skip to content

Commit f7f61d5

Browse files
authored
Update build.yml
1 parent c8a4823 commit f7f61d5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,15 @@ jobs:
7979
cd build
8080
jom package
8181
82+
- name: Install NSIS
83+
if: runner.os == 'Windows'
84+
uses: repolevedavaj/install-nsis@v1
85+
with:
86+
nsis-version: '3.11'
87+
8288
- name: Create Windows Installer
8389
if: runner.os == 'Windows'
8490
run: |
85-
choco install nsis -y
8691
cd build
8792
jom installer
8893

0 commit comments

Comments
 (0)