Skip to content

Commit

Permalink
Do not set PKG_CONFIG_PATH on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Aug 20, 2019
1 parent 72e28df commit c187dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit c187dce

Please sign in to comment.