mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-08 18:59:03 +00:00
Get dot from the end of the string (#757)
* Get dot from the end of the string * Upgrade ci python --------- Co-authored-by: Heran Yang <heran.yang@seafile.com>
This commit is contained in:
@@ -54,7 +54,7 @@ def make_build_env():
|
||||
|
||||
_env_add('PATH', join(PREFIX, 'bin'))
|
||||
if on_github_actions():
|
||||
_env_add('PYTHONPATH', join(os.environ.get('RUNNER_TOOL_CACHE'), 'Python/3.12.9/x64/lib/python3.12/site-packages'))
|
||||
_env_add('PYTHONPATH', join(os.environ.get('RUNNER_TOOL_CACHE'), 'Python/3.12.10/x64/lib/python3.12/site-packages'))
|
||||
_env_add('PYTHONPATH', join(PREFIX, 'lib/python3.12/site-packages'))
|
||||
_env_add('PKG_CONFIG_PATH', join(PREFIX, 'lib', 'pkgconfig'))
|
||||
_env_add('PKG_CONFIG_PATH', join(PREFIX, 'lib64', 'pkgconfig'))
|
||||
|
Reference in New Issue
Block a user