From 2b7bafee36813689b46e6f7bec4230775d43801e Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 28 Mar 2021 17:26:01 +0200 Subject: [PATCH] Clarify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef8d35b..ea05eb5 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ This action might work with [self-hosted runners](https://docs.github.com/en/act if the [virtual environment](https://github.com/actions/virtual-environments) is very similar to the ones used by GitHub runners. Notably: * Make sure to use the same operating system and version. -* Set the environment variable `ImageOS` to the corresponding value on GitHub-hosted runners (e.g. `ubuntu18`/`macos1015`/`win19`). This is necessary to detect the operating system and version. +* 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. * Make sure to use the same version of libssl. * Make sure that the operating system has `libyaml-0` installed * The default tool cache directory (`/opt/hostedtoolcache` on Linux, `/Users/runner/hostedtoolcache` on macOS,