mirror of
https://gitea.com/actions/setup-python.git
synced 2025-09-18 17:48:23 +08: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