1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 15:13:16 +00:00

Fix appveyor.yml

This commit is contained in:
Calvin Rose 2019-08-07 22:23:19 -04:00
parent 0fce440455
commit 7713674ff6

View File

@ -21,7 +21,7 @@ install:
- choco install nsis -y -pre
# 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\"
- 7z e "tools\nsis-3.04-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
- build_win all
- refreshenv
# We need to reload vcvars after refreshing