Browse Source

Revert "[ci][windows] switch to nsis 3.06.1"

This reverts commit ec8c44d1c71b07e71397605ad6c50ce9e576a061.
Aleksandr Kuzmenko 5 years ago
parent
commit
d36dc0f082
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:
     steps:
       - checkout: self
       - checkout: self
         submodules: recursive
         submodules: recursive
-      - powershell: choco install --no-progress nsis.portable --version 3.06.1 -y
+      - powershell: choco install --no-progress nsis.portable --version 3.02 -y
         displayName: choco install nsis
         displayName: choco install nsis
       - powershell: choco install --no-progress curl wget 7zip.portable -y
       - powershell: choco install --no-progress curl wget 7zip.portable -y
         displayName: choco install things
         displayName: choco install things