We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba894 commit 5d5d94aCopy full SHA for 5d5d94a
.github/workflows/nodejs.yml
@@ -54,8 +54,9 @@ jobs:
54
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
55
iwr -useb get.scoop.sh -outfile 'install.ps1'
56
.\install.ps1 -RunAsAdmin
57
- scoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis
58
- scoop install nsis/nsis
+ # scoop bucket add nsis https://github.com/NSIS-Dev/scoop-nsis
+ # scoop install nsis/nsis
59
+ scoop install nsis
60
61
- name: "Print NSIS version"
62
run: makensis -VERSION
0 commit comments