diff --git a/appveyor.yml b/appveyor.yml index 20bca77..d96dc5e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,9 +24,9 @@ install: #- ps: ren 'C:\Program Files (x86)\Windows Kits\10\include\00wdf' 'wdf' - - (new-object net.webclient).DownloadFile('https://sourceforge.net/projects/swig/', '..\swig.zip') - - Expand-Archive -LiteralPath ..\swig.zip -DestinationPath ..\swig_folder - - $env:Path += "..\swig_folder" + - Start-FileDownload "https://kumisystems.dl.sourceforge.net/project/swig/swigwin/swigwin-4.0.2/swigwin-4.0.2.zip" + - Expand-Archive -LiteralPath swigwin-4.0.2.zip -DestinationPath swig_folder + - $env:Path += ".\swig_folder" - python -m pip install --upgrade pip - pip install virtualenv - pip install -U setuptools