diff options
| author | 2019-12-31 09:40:36 -0500 | |
|---|---|---|
| committer | 2019-12-31 09:40:36 -0500 | |
| commit | e3c88295f2b14c9c8de43bcf7b84e18089b62d9d (patch) | |
| tree | 4587886218df7572d8e031f83192ed96af2e2c42 /appveyor.yml | |
| parent | Amalg 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.yml | 4 |
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 |
