GitHub action to install and run rokit; a toolchain manager.
Use the latest released version of rokit
with default parameters:
steps:
- uses: raild3x/[email protected]
For a list of default parameter values, check here.
For more advanced cases, use the parameters below.
steps:
- uses: raild3x/[email protected]
with:
version: v1.0.0 # name of git tag in rokit (uses latest by default)
path: some_dir/my_project # path to project dir containing `rokit.toml` (uses current dir by default)
cache: "false" # whether to enable binary caching between runs (false by default)
token: ${{ github.token }} # GitHub token to bypass rate limit (passed by default)
@ok-nick - Writing the original aftman installer workflow
@nezuo - Installing rokit
using gh