Skip to content

paradoxum-games/setup-rokit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-rokit

The fast, cached GitHub Action for Rokit — the official Roblox toolchain manager.

Automatically installs Rokit and all your tools (Rojo, Wally, Selene, Stylua, etc.) from rokit.toml, aftman.toml, or foreman.toml in CI.

CI

Features

  • Supports Windows, macOS (Intel + Apple Silicon), and Linux
  • Full caching of ~/.rokit → subsequent runs are 5–10× faster
  • Smart cache keys (invalidates when your toml or Rokit version changes)
  • Works with version: latest (default) or any specific tag
  • Fully compatible with old aftman.toml and foreman.toml files
  • Drop-in replacement for the old archived actions

Usage

steps:
  - uses: actions/checkout@v4

  - name: Setup Rokit
    uses: paradoxum-games/setup-rokit@v1
    with:
      cache: true   # highly recommended (default: false)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors