I’m trying to launch a workflow inside container on self-hosted runner.
Part of the workflow is python setup via action’s setup/python.
But I’m getting an error after trying to launch anything with installed python:
python: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29’ not found (required by /__w/_tool/Python/3.7.12/x64/lib/libpython3.7m.so.1.0)
python: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by /__w/_tool/Python/3.7.12/x64/lib/libpython3.7m.so.1.0)