-
Notifications
You must be signed in to change notification settings - Fork 0
Inputs
Cédric Belin edited this page Nov 3, 2024
·
10 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:
The version constraint of the HashLink VM (optional, defaults to latest
).
Allowed values are:
-
latest
or*
: the latest stable release of the virtual machine. - a loose version number:
^1.0.0
,~1.14.0
, etc. - a strict version number:
1.0.0
,=1.14.0
, etc. - a version specification:
1.14.x
,>=1.0.0 <1.14.0
,=1.0.0 || ^1.14.0
, etc.
Note
The version constraint follows the syntax and semantics of the semver package.