You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-25 16:19:06 +07:00
set PKG_CONFIG_PATH environment var
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user