Set PKG_CONFIG_PATH for ffmpeg 4 on macOS (#314)

This commit is contained in:
ilya-fedin 2022-02-16 02:45:35 +00:00 committed by GitHub
parent 2083c55e69
commit af7bb88377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ jobs:
GIT: "https://github.com"
OPENALDIR: /usr/local/opt/openal-soft
OPENSSL_ROOT_DIR: /usr/local/opt/openssl@1.1
PKG_CONFIG_PATH: /usr/local/opt/ffmpeg@4/lib/pkgconfig
UPLOAD_ARTIFACT: "false"
ONLY_CACHE: "false"
MANUAL_CACHING: "1"