Do not set PKG_CONFIG_PATH on AppVeyor

This commit is contained in:
Fernando Jimenez Moreno 2019-08-19 18:12:11 +02:00
parent 72e28dffcd
commit c187dce11c

View file

@ -58,7 +58,6 @@ install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain none
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- set PKG_CONFIG_PATH=%PKG_CONFIG_PATH%;C:\gstreamer\1.0\x86_64\lib\pkgconfig
- rustup -V
- rustc --version
- cargo --version