Skip to content

Commit 5d5d94a

Browse files
committed
ci: install nsis from scoop extras
1 parent 9aba894 commit 5d5d94a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ jobs:
5454
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
5555
iwr -useb get.scoop.sh -outfile 'install.ps1'
5656
.\install.ps1 -RunAsAdmin
57-
scoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis
58-
scoop install nsis/nsis
57+
# scoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis
58+
# scoop install nsis/nsis
59+
scoop install nsis
5960
6061
- name: "Print NSIS version"
6162
run: makensis -VERSION

0 commit comments

Comments
 (0)