Skip to content

Commit 34fbbc1

Browse files
authored
Update README.md
1 parent 9bc07a3 commit 34fbbc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ This action might work with [self-hosted runners](https://docs.github.com/en/act
170170
if the [virtual environment](https://github.com/actions/virtual-environments) is very similar to the ones used by GitHub runners. Notably:
171171

172172
* Make sure to use the same operating system and version.
173+
* 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.
173174
* Make sure to use the same version of libssl.
174175
* Make sure that the operating system has `libyaml-0` installed
175176
* The default tool cache directory (`/opt/hostedtoolcache` on Linux, `/Users/runner/hostedtoolcache` on macOS,

0 commit comments

Comments
 (0)