Browse Source

[AppVeyor] pin nsis version to 3.02

Andy Li 7 năm trước cách đây
mục cha
commit
d8d47b9007
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      appveyor.yml

+ 2 - 1
appveyor.yml

@@ -30,7 +30,8 @@ install:
     - '%CYG_ROOT%/bin/bash -lc "echo initialize"'
     # http://help.appveyor.com/discussions/problems/5616-not-able-to-build-due-to-problem-in-chocolateyinstallps1
     - ps: Set-Service wuauserv -StartupType Manual
-    - choco install curl nsis.portable wget awscli -y
+    - choco install nsis.portable --version 3.02 -y
+    - choco install curl wget awscli -y
     # Install neko
     - choco install neko --prerelease --ignore-dependencies -s 'https://ci.appveyor.com/nuget/neko' -y
     # Install ocaml