Skip to content
Cédric Belin edited this page Apr 7, 2022 · 8 revisions

By default, this action will install the latest 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 release of the virtual machine.
  • a loose version number: 1.0.0, 1.11.0, etc. It's equivalent to the caret ^ operator: ^1.0.0, ^1.11.0, etc.
  • a strict version number: =1.0.0, =1.11.0, etc.
  • a version specification: 1.10.x, >=1.0.0 <1.11.0, =1.0.0 || ^1.10.0, etc.

The version constraint follows the syntax and semantics of the tink_semver package.

Clone this wiki locally