mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
Change from debug to info for normal output
This commit is contained in:
parent
533746a645
commit
afa9f9fbc9
3 changed files with 3 additions and 3 deletions
|
@ -138,7 +138,7 @@ You should specify only a major and minor version if you are okay with the most
|
|||
|
||||
Python distributions are only available for the same [environments](https://github.com/actions/virtual-environments#available-environments) that GitHub Actions hosted environments are available for. If you are using an unsupported version of Ubuntu such as `19.04` or an alternative Linux distribution such as Fedora, `setup-python` will not work. If you have a supported `self-hosted` runner and you would like to use `setup-python`, there are a few extra things you need to make sure are set up so that new versions of Python can be downloaded and configured on your runner.
|
||||
|
||||
If you are experience problems while configuring python on your self-hosted runner. Turn on [step debugging](https://github.com/actions/toolkit/blob/main/docs/action-debugging.md#step-debug-logs) to see addition logs.
|
||||
If you are experience problems while configuring python on your `self-hosted` runner. Turn on [step debugging](https://github.com/actions/toolkit/blob/main/docs/action-debugging.md#step-debug-logs) to see addition logs.
|
||||
|
||||
### Windows
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue