Skip to content

A github workflow for installing rokit. An adjusted version of ok-nick's aftman installer.

License

Notifications You must be signed in to change notification settings

Raild3x/setup-rokit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-rokit

CI

GitHub action to install and run rokit; a toolchain manager.

Usage

Use the latest released version of rokit with default parameters:

steps:
- uses: raild3x/[email protected]

For a list of default parameter values, check here.

Advanced Usage

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)

Credits

@ok-nick - Writing the original aftman installer workflow

@nezuo - Installing rokit using gh

About

A github workflow for installing rokit. An adjusted version of ok-nick's aftman installer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published