jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
463 stars 79 forks source link

PKG_CONFIG_PATH is not updated #81

Closed drfiemost closed 3 years ago

drfiemost commented 3 years ago

As the subject says, it's not possible to locate Qt using pkg-config

A workaround is to set it manually:

PKG_CONFIG_PATH="${Qt5_DIR}/lib/pkgconfig:${PKG_CONFIG_PATH}"

jurplel commented 3 years ago

done