1
0
mirror of synced 2026-01-29 12:00:58 -05:00
Files
docs/data/reusables/actions/enterprise-setup-prereq.md
2021-06-14 12:06:52 -07:00

8 lines
681 B
Markdown

{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Using self-hosted runners on {% data variables.product.prodname_ghe_server %}
When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.prodname_ghe_server %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
{% endif %}