8000 Update runner links · wechuli/setup-python@48a0f00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48a0f00

Browse files
author
Aleksandr Chebotov
committed
Update runner links
1 parent 978fd06 commit 48a0f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced-usage.md

Lines changed: 4 additions & 4 deletions
  • Original file line numberDiff line numberDiff line change
    @@ -407,14 +407,14 @@ GitHub hosted runners have a tool cache that comes with a few versions of Python
    407407
    |**Python tool cache**|`RUNNER_TOOL_CACHE/Python/*`|
    408408
    |**PyPy tool cache**|`RUNNER_TOOL_CACHE/PyPy/*`|
    409409

    410-
    GitHub virtual environments are set up in [actions/virtual-environments](https://github.com/actions/virtual-environments). During the setup, the available versions of Python and PyPy are automatically downloaded, set up and documented.
    411-
    - Tool cache setup for Ubuntu: [Install-Toolset.ps1](https://github.com/actions/virtual-environments/blob/main/images/linux/scripts/installers/Install-Toolset.ps1) [Configure-Toolset.ps1](https://github.com/actions/virtual-environments/blob/main/images/linux/scripts/installers/Configure-Toolset.ps1)
    412-
    - Tool cache setup for Windows: [Install-Toolset.ps1](https://github.com/actions/virtual-environments/blob/main/images/win/scripts/Installers/Install-Toolset.ps1) [Configure-Toolset.ps1](https://github.com/actions/virtual-environments/blob/main/images/win/scripts/Installers/Configure-Toolset.ps1)
    410+
    GitHub runner images are set up in [actions/runner-images](https://github.com/actions/runner-images). During the setup, the available versions of Python and PyPy are automatically downloaded, set up and documented.
    411+
    - Tool cache setup for Ubuntu: [Install-Toolset.ps1](https://github.com/actions/runner-images/blob/main/images/linux/scripts/installers/Install-Toolset.ps1) [Configure-Toolset.ps1](https://github.com/actions/runner-images/blob/main/images/linux/scripts/installers/Configure-Toolset.ps1)
    412+
    - Tool cache setup for Windows: [Install-Toolset.ps1](https://github.com/actions/runner-images/blob/main/images/win/scripts/Installers/Install-Toolset.ps1) [Configure-Toolset.ps1](https://github.com/actions/runner-images/blob/main/images/win/scripts/Installers/Configure-Toolset.ps1)
    413413

    414414

    415415
    ## Using `setup-python` with a self-hosted runner
    416416

    417-
    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 another Linux distribution such as Fedora, `setup-python` may not work.
    417+
    Python distributions are only available for the same [environments](https://github.com/actions/runner-images#available-images) that GitHub Actions hosted environments are available for. If you are using an unsupported version of Ubuntu such as `19.04` or another Linux distribution such as Fedora, `setup-python` may not work.
    418418

    419419
    If you have a supported self-hosted runner an 3E66 d 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.
    420420

    0 commit comments

    Comments
     (0)
    0