Skip to content

Commit 286466f

Browse files
cosmo0920edsiper
authored andcommitted
workflows: Install NSIS via chocolatey
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 78806eb commit 286466f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/call-build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ jobs:
123123
with:
124124
arch: ${{ matrix.config.arch }}
125125

126-
- name: Get gzip command w/ chocolatey
126+
- name: Get gzip command and nsis w/ chocolatey
127127
uses: crazy-max/ghaction-chocolatey@v3
128128
with:
129-
args: install gzip -y
129+
args: install gzip nsis -y
130130

131131
# http://man7.org/linux/man-pages/man1/date.1.html
132132
- name: Get Date

0 commit comments

Comments
 (0)