Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Jan 26, 2016
1 parent dac1bd4 commit 74a72cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -13,7 +13,7 @@ before_build:
- if %platform%==Win32 set vcplatform=Win32
- if %platform%==Win64 set vcplatform=x64

- set LEPT_VER=1.72
- set LEPT_VER=1.73

- ps: Start-FileDownload "https://github.com/DanBloomberg/leptonica/archive/v$env:LEPT_VER.zip" -FileName leptonica.zip
- 7z x leptonica.zip
Expand Down

0 comments on commit 74a72cd

Please sign in to comment.