We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a80bd commit e44b507Copy full SHA for e44b507
appveyor.yml
@@ -15,7 +15,7 @@ init:
15
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
16
17
install:
18
- - 'appveyor DownloadFile https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13%2F5010e849/ctags-2018-03-13_5010e849-x64.zip -FileName ctags.zip'
+ - 'appveyor DownloadFile "https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13/5010e849/ctags-2018-03-13_5010e849-x64.zip" -FileName ctags.zip'
19
- "7z e ctags.zip -o C:\\Users\\appveyor\\bin ctags.exe"
20
- "set PATH=%PATH%;C:\\Users\\appveyor\\bin"
21
- "%PYTHON%/python.exe -m pip install --upgrade pip setuptools"
0 commit comments