You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,9 @@ if the [virtual environment](https://github.com/actions/virtual-environments) is
203
203
* Make sure to use the same operating system and version.
204
204
* Make sure to use the same version of libssl.
205
205
* Make sure that the operating system has `libyaml-0` installed
206
+
* The environment variable `RUNNER_TOOL_CACHE` must be set to same value as on GitHub-hosted runners
207
+
(`/opt/hostedtoolcache` on Linux, `/Users/runner/hostedtoolcache` on macOS, `C:\hostedtoolcache\windows` on Windows).
208
+
* That directory must be writable by the `runner` user.
206
209
* The runner software is running as user `runner` with a home directory of `/home/runner`, or you have created a symlink for the home directory of whatever user that the runner is running as to `/home/runner`.
207
210
208
211
In other cases, please use a system Ruby or [install Ruby manually](https://github.com/postmodern/chruby/wiki#installing-rubies) instead.
0 commit comments