IMPORTANT: This project has been archived and is part of the official cue-lang org! Please use the official action and not this one!
Install a specific CUE cli version on your Github Actions runner
You want to use this action in your github actions workflow to install a specific version of CUE on your runner. version
is a semantic version string like v0.4.0
. You can also use the keyword latest
(default) to use the latest stable release of cue
. Releases of cue
are listed here.
- uses: moia-oss/setup-cue@v1
with:
version: '<version>' # default is latest
id: install
Please refer to the actions.yml
file for details about all the inputs. The cached cue
binary path is prepended to the PATH
environment variable and can be executed directly in further workflow steps. It is also stored in the cuectl-path
output variable.
This project welcomes contributions or suggestions of any kind. Please feel free to create an issue to discuss changes or create a Pull Request if you see room for improvement.