mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
set PKG_CONFIG_PATH environment var
This commit is contained in:
parent
1ce308808a
commit
5e1e05c694
3 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,7 @@ export async function useCpythonVersion(
|
|||
}
|
||||
|
||||
core.exportVariable('pythonLocation', installDir);
|
||||
core.exportVariable('PKG_CONFIG_PATH', installDir + '/lib/pkgconfig');
|
||||
|
||||
if (IS_LINUX) {
|
||||
const libPath = process.env.LD_LIBRARY_PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue