Skip to content

Commit

Permalink
Fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jan 30, 2016
1 parent 7fdea69 commit e1f9a66
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 @@ -63,7 +63,7 @@ install:
- cmd: set POLLY_VERSION="0.9.0"
- cmd: appveyor DownloadFile "https://github.com/ruslo/polly/archive/v%POLLY_VERSION%.tar.gz"
- cmd: cmake -E tar xf "v%POLLY_VERSION%.tar.gz"
- cmd: set POLLY_PATH=%cd%\polly-%POLLY_VERSION%\bin
- cmd: set PATH=%cd%\polly-%POLLY_VERSION%\bin;%PATH%

# Python 3 for Polly
- cmd: set PATH=C:\Python34-x64;%PATH%
Expand Down

0 comments on commit e1f9a66

Please sign in to comment.