mirror of https://github.com/ArduPilot/ardupilot
CI: fixed appveyor python install
This commit is contained in:
parent
5c5ae78dfb
commit
e589821e04
|
@ -13,7 +13,7 @@ environment:
|
||||||
install:
|
install:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
||||||
C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P gcc-g++,git,procps,libexpat,python,python-setuptools,python-future,cygwin32-gcc-g++ )
|
C:\cygwin64\setup-x86_64.exe -qgnNdO -l C:\cygwin64\var\cache\setup -R c:\cygwin64 -s http://cygwin.mirror.constant.com -P gcc-g++,git,procps,libexpat,python2,python-setuptools,python-future,cygwin32-gcc-g++ )
|
||||||
|
|
||||||
dir %CYG_ROOT%
|
dir %CYG_ROOT%
|
||||||
dir %CYG_ROOT%\bin
|
dir %CYG_ROOT%\bin
|
||||||
|
|
Loading…
Reference in New Issue