aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-12-31 09:40:36 -0500
committerCalvin Rose <calsrose@gmail.com>2019-12-31 09:40:36 -0500
commite3c88295f2b14c9c8de43bcf7b84e18089b62d9d (patch)
tree4587886218df7572d8e031f83192ed96af2e2c42 /appveyor.yml
parentAmalg script included janet.h before test macros. (diff)
Update to NSIS 3.05
Lock version in appveyor.yml
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1f9651bb..00cafd69 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,10 +20,10 @@ init:
install:
- set JANET_BUILD=%appveyor_repo_commit:~0,7%
- - choco install nsis -y -pre
+ - choco install nsis -y -pre --version 3.05
# Replace makensis.exe and files with special long string build. This should
# prevent issues when setting PATH during installation.
- - 7z e "tools\nsis-3.04-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
+ - 7z e "tools\nsis-3.05-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
- build_win all
- refreshenv
# We need to reload vcvars after refreshing