Skip to content

Commit a7a859b

Browse files
Update header text from 'Linux' to 'Ubuntu'
1 parent 4e05d63 commit a7a859b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced-usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [Hosted tool cache](advanced-usage.md#hosted-tool-cache)
1919
- [Using `setup-python` with a self-hosted runner](advanced-usage.md#using-setup-python-with-a-self-hosted-runner)
2020
- [Windows](advanced-usage.md#windows)
21-
- [Linux](advanced-usage.md#linux)
21+
- [Ubuntu](advanced-usage.md#Ubuntu)
2222
- [macOS](advanced-usage.md#macos)
2323
- [Using `setup-python` on GHES](advanced-usage.md#using-setup-python-on-ghes)
2424
- [Allow pre-releases](advanced-usage.md#allow-pre-releases)
@@ -577,9 +577,9 @@ If you have a supported self-hosted runner and you would like to use `setup-pyth
577577

578578
>If you are experiencing 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 additional logs.
579579

580-
### Linux
580+
### Ubuntu
581581

582-
By default, the runner downloads and installs tools into the folder set up by `RUNNER_TOOL_CACHE` environment variable. The environment variable called `AGENT_TOOLSDIRECTORY` can be set to change this location for Linux self-hosted runners:
582+
By default, the runner downloads and installs tools into the folder set up by `RUNNER_TOOL_CACHE` environment variable. The environment variable called `AGENT_TOOLSDIRECTORY` can be set to change this location for Ubuntu self-hosted runners:
583583
- In the same shell that your runner is using, type `export AGENT_TOOLSDIRECTORY=/path/to/folder`.
584584
- More permanent way of setting the environment variable is to create an `.env` file in the same directory as your runner and to add `AGENT_TOOLSDIRECTORY=/path/to/folder`. This ensures the variable is always set if your runner is configured as a service.
585585

0 commit comments

Comments
 (0)