This action installs Uiua language interpreter.
OS | |
---|---|
Windows | ✅ |
Linux | ✅ |
macOS | ✅ |
None.
- uses: fabasoad/setup-uiua-action@v0
with:
# (Optional) Uiua version. Defaults to "latest".
version: "0.14.1"
# (Optional) If "false" skips installation if Uiua is already installed.
# If "true" installs Uiua in any case. Defaults to "false".
force: "false"
# (Optional) GitHub token that is used to send requests to GitHub API such
# as downloading asset. Defaults to the token provided by GitHub Actions
# environment.
github-token: "${{ github.token }}"
Name | Description | Example |
---|---|---|
installed | Whether Uiua was installed or not | true |