Skip to content

Commit b37f0a3

Browse files
soumyamahunteregon
authored andcommitted
add libgmp to requirements for self-hosted runners
1 parent ebaea52 commit b37f0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ if the [virtual environment](https://github.com/actions/virtual-environments) is
247247
* Make sure to use the same operating system and version.
248248
* 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.
249249
* 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
251251
* The default tool cache directory (`/opt/hostedtoolcache` on Linux, `/Users/runner/hostedtoolcache` on macOS,
252252
`C:/hostedtoolcache/windows` on Windows) must be writable by the `runner` user.
253253
This is necessary since the Ruby builds embed the install path when built and cannot be moved around.

0 commit comments

Comments
 (0)