8000 GitHub - Raild3x/setup-rokit: A github workflow for installing rokit. An adjusted version of ok-nick's aftman installer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Raild3x/setup-rokit

< 8000 /div>

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/setup-rokit@v0.1.0

For a list of default parameter values, check here.

Advanced Usage

For more advanced cases, use the parameters below.

steps:
- uses: raild3x/setup-rokit@v0.1.0
  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
0