diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-01 15:37:56 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-11-01 15:37:56 -0500 |
| commit | f1a8d178910e150746e6cc630cc0f08eb6e86a34 (patch) | |
| tree | 3e023ddc6f2273ddfeca4881b0be6862dcb4ea4b | |
| parent | 8188c7511858c28259f0244056f886c25a8f0cc5 (diff) | |
| download | nimgen-appveyor-1.tar.gz nimgen-appveyor-1.zip | |
Fix version printappveyor-1
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 35c49fb..a4d7c74 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ for: install: - CD c:\ - IF not exist "binaries" ( - echo $NIM_VERSION && + echo %NIM_VERSION% && MKDIR binaries && CD binaries && appveyor DownloadFile "%MINGW_URL%/%MINGW_ARCHIVE%/download" -FileName "%MINGW_ARCHIVE%" && |
