Skip to content

Commit 62a946d

Browse files
committed
install makensis manually
1 parent e9aa312 commit 62a946d

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
@@ -264,6 +264,9 @@ jobs:
264264
env:
265265
envar_download: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"
266266

267+
- name: Install NSIS (Chocolatey)
268+
run: choco install nsis -y
269+
267270
- name: Generate installer
268271
run: |
269272
cd ./ci

0 commit comments

Comments
 (0)