Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-env/windows: pin nsis (digital-asset#17002)
I've seen a handful of failures of the form: ``` >> Installing 'nsis-3.04' ... << Unknown state: Installing 'nsis-3.04' (3.04) [64bit] The request was aborted: Could not create SSL/TLS secure channel. URL https://downloads.sourceforge.net/project/nsis/NSIS%203/3.04/nsis-3.04.zip is not valid << Unknown state: Installing 'nsis-3.04' (3.04) [64bit] The request was aborted: Could not create SSL/TLS secure channel. URL https://downloads.sourceforge.net/project/nsis/NSIS%203/3.04/nsis-3.04.zip is not valid At D:\a\3\s\dev-env\windows\libexec\core.ps1:159 char:13 + throw $msg + ~~~~~~~~~~ + CategoryInfo : OperationStopped: (<< Unknown stat...s not valid :String) [], RuntimeException + FullyQualifiedErrorId : << Unknown state: Installing 'nsis-3.04' (3.04) [64bit] The request was aborted: Could not create SSL/TLS secure channel. URL https://downloads.sourceforge.net/project/nsis/NSIS%203/3.04/nsis-3.04.zip is not valid ``` on CI recently. Hopefully this will fix it. As usual, you can check that the file is the same because the hash has not changed.
- Loading branch information