Skip to content

Commit

Permalink
Fixes path for Appveyor init.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Feb 24, 2020
1 parent 1e3b09a commit 49949d9
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 @@ -18,7 +18,7 @@ configuration:
- Debug

init:
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%'
- '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%'

install:
- cinst cmake python
Expand Down

0 comments on commit 49949d9

Please sign in to comment.