Browse Source

[ci][windows] switch to nsis 3.06.1

Aleksandr Kuzmenko 5 years ago
parent
commit
ec8c44d1c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/azure-pipelines/build-windows.yml

+ 1 - 1
extra/azure-pipelines/build-windows.yml

@@ -25,7 +25,7 @@ jobs:
     steps:
       - checkout: self
         submodules: recursive
-      - powershell: choco install --no-progress nsis.portable --version 3.02 -y
+      - powershell: choco install --no-progress nsis.portable --version 3.06.1 -y
         displayName: choco install nsis
       - powershell: choco install --no-progress curl wget 7zip.portable -y
         displayName: choco install things