Skip to content
Cédric Belin edited this page Oct 15, 2025 · 16 revisions

By default, this action will install the latest stable release of the HashLink VM corresponding to the current host platform.
You can customize the downloaded release with the following input:

version: string

The version constraint of the HashLink VM (optional, defaults to latest).
Allowed values are:

  • latest or *: the latest stable release.
  • a loose version number: 1, 1.15, etc. This is equivalent to using the >= operator.
  • a strict version number: =1.0.0, =1.15.0, etc.
  • a version specification: <=1, >=1.15, etc.

Note

The version constraint uses a very basic syntax and algorithm, but it should suffice in most cases.
If this isn't enough, feel free to open an issue.

Clone this wiki locally