GitHub Action to set up zsv+zsvlib.
Supports Linux, macOS, and Windows runners.
Input | Required | Default | Description |
---|---|---|---|
version |
false |
latest |
Version/tag of the release |
Output | Description |
---|---|
install-path |
Absolute path of the installation directory |
Under the installation directory, the subdirectories will include:
bin
:zsv
/zsv.exe
executableinclude
: header fileslib
:libzsv
library file
Set up the latest version:
- name: Set up zsv+zsvlib
uses: liquidaty/zsv/setup-action@main
Set up a specific version:
- name: Set up zsv+zsvlib
uses: liquidaty/zsv/setup-action@main
with:
version: '0.3.9-alpha'