From 5c7731f4f06e4fc14ef5c8a355fc48b517291ab4 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 13 Dec 2020 00:46:05 +0000 Subject: [PATCH] Install libxml2 and libxslt --- mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw.yml b/mingw.yml index 65bc03ca..48eba253 100644 --- a/mingw.yml +++ b/mingw.yml @@ -25,7 +25,7 @@ install: - cd %APPVEYOR_BUILD_FOLDER% - set "PATH=c:\cygwin64\usr\local\bin;c:\cygwin64\bin;c:\cygwin64\usr\bin;c:\cygwin64\usr\sbin;" - C:\cygwin64\bin\bash -c "wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg ; chmod +x apt-cyg; mv apt-cyg /usr/local/bin" - - C:\cygwin64\bin\bash -c "apt-cyg install cmake zlib-devel libexpat-devel python38 python38-pip" + - C:\cygwin64\bin\bash -c "apt-cyg install cmake zlib-devel libexpat-devel libxml2-devel libxslt-devel python38 python38-pip" - C:\cygwin64\bin\bash -c "pip3 install lxml" build_script: