Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Trying to fix Appveyor build
  • Loading branch information
searchivarius committed Jun 23, 2019
1 parent eae74bd commit 1d202de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Expand Up @@ -20,6 +20,8 @@ install:
- cmd: '"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%'
- cmd: git config core.symlinks true
- cmd: git reset --hard
- ps: Remove-Item -Recurse -Force C:/cygwin
- ps: Remove-Item -Recurse -Force C:/cygwin64
- ps: |
if ($env:PYTHON) {
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
Expand Down

0 comments on commit 1d202de

Please sign in to comment.