8000 Fix typo · rushablab/setup-python@0d94a5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d94a5d

Browse files
author
IvanZosimov
committed
Fix typo
1 parent 889226a commit 0d94a5d

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
@@ -453,12 +453,12 @@ One quick way to grant access is to change the user and group of the non-default
453453
The Python packages for MacOS that are downloaded from `actions/python-versions` are originally compiled from source in `/Users/runner/hostedtoolcache`. Due to the fixed shared library path, these Python packages are non-relocatable and require to be installed only in `/Users/runner/hostedtoolcache`. Before use of `setup-python` on the MacOS self-hosted runner:
454454

455455
- Create a directory called `/Users/runner/hostedtoolcache`
456-
- Change the permissions of `/Users/runner/hostedtoolcache` so that the runner has write access.
456+
- Change the permissions of `/Users/runner/hostedtoolcache` so that the runner has write access
457457

458458
You can check the current user and group that the runner belongs to by typing `ls -l` inside the runners root directory.
459459
The runner can be granted write access to the `/Users/runner/hostedtoolcache` directory using a few techniques:
460-
- The user starting the runner is the owner, and the owner has write permission.
461-
- The user starting the runner is in the owning group, and the owning group has write permission.
460+
- The user starting the runner is the owner, and the owner has write permission
461+
- The user starting the runner is in the owning group, and the owning group has write permission
462462
- All users have write permission.
463463
One quick way to grant access is to change the user and group of `/Users/runner/hostedtoolcache` to be the same as the runners using `chown`:
464464
`sudo chown runner-user:runner-group /Users/runner/hostedtoolcache`

0 commit comments

Comments
 (0)
0