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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ if the [virtual environment](https://github.com/actions/virtual-environments) is
247
247
* Make sure to use the same operating system and version.
248
248
* Set the environment variable `ImageOS` on the runner to the corresponding value on GitHub-hosted runners (e.g. `ubuntu18`/`macos1015`/`win19`). This is necessary to detect the operating system and version.
249
249
* Make sure to use the same version of libssl.
250
-
* Make sure that the operating system has `libyaml-0` installed
250
+
* Make sure that the operating system has `libyaml-0` and [`libgmp`](https://stackoverflow.com/questions/26555902/ruby-v-dyld-library-not-loaded-usr-local-lib-libgmp-10-dylib) installed
251
251
* The default tool cache directory (`/opt/hostedtoolcache` on Linux, `/Users/runner/hostedtoolcache` on macOS,
252
252
`C:/hostedtoolcache/windows`on Windows) must be writable by the `runner` user.
253
253
This is necessary since the Ruby builds embed the install path when built and cannot be moved around.
0 commit comments