Skip to content

Commit d5d6770

Browse files
committed
docs: Mac Tool Path
Ensure that the path requirements and reasoning is clear, to reduce confusion when using self-hosted, or attempting to set an 'AGENT_TOOLSDIRECTORY' environment variable.
1 parent bc8ee42 commit d5d6770

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ If you are experiencing problems while configuring Python on your self-hosted ru
427427

428428
### Mac
429429

430-
- The same setup that applies to `Linux` also applies to `Mac`
430+
- The Python packages that are downloaded from `actions/python-versions` are originally compiled from source with the [--enable-shared](https://github.com/actions/python-versions/blob/main/builders/macos-python-builder.psm1#L44) flag, however lack the relocatable flag.
431+
- Due to the fixed shared library path, only the hosted tool cache of `/Users/runner/hostedtoolcache` is supported, and the path must be writeable by the runner user.
431432

432433
# Using Python without `setup-python`
433434

0 commit comments

Comments
 (0)