Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin authored Oct 16, 2016
1 parent 69b1a38 commit 37f568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_build:
- if %platform%==Win32 set vcplatform=Win32
- if %platform%==Win64 set vcplatform=x64

- curl -fsS -o cppan.zip https://cppan.org/client/cppan-master-win32-client.zip
- curl -fsS -o cppan.zip https://cppan.org/client/cppan-master-Windows-client.zip
- 7z x cppan.zip
- set PATH=%PATH%;%cd%

Expand Down

0 comments on commit 37f568d

Please sign in to comment.