Describe the bug
A clear and concise description of what the bug is.
Which version of the action are you using?
Environment
If applicable, please specify if you're using a container
Python Versions
3.7.8
To Reproduce
Steps to reproduce the behavior:
I am trying to install Python 3.7 on Ubuntu 18.04 self-hosted instance.
Screenshots

I assume that fails after this line of setup.sh
cchmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJORMINOR python
Since when I try ./python I get.
./python: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
System python version is 3.6.9
So when I changed version to 3.6.9 it worked.
Describe the bug
A clear and concise description of what the bug is.
Which version of the action are you using?
v1v2v2.0.1ormaster)Environment
If applicable, please specify if you're using a container
Python Versions
3.7.8
To Reproduce
Steps to reproduce the behavior:
I am trying to install Python 3.7 on Ubuntu 18.04 self-hosted instance.
Screenshots
I assume that fails after this line of
setup.shcchmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJORMINOR pythonSince when I try
./pythonI get../python: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directorySystem python version is 3.6.9
So when I changed version to 3.6.9 it worked.