Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d94a5d

Browse filesBrowse files
author
IvanZosimov
committed
Fix typo
1 parent 889226a commit 0d94a5d
Copy full SHA for 0d94a5d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎docs/advanced-usage.md

Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.