A GitHub Action to install Rokit, the toolchain manager for Roblox projects β in your CI pipelines.
It works across Linux, macOS (Intel & Apple Silicon), and Windows.
- Install the latest Rokit release or pin to a specific version
- Cross-platform support (Linux, macOS, Windows)
- Easy to use with GitHub Actions
- Adds
rokitto the systemPATH
name: CI with Rokit
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rokit
uses: notthebestdev/setup-rokit@v1
- name: Check version
run: rokit --version- name: Setup Rokit v1.1.1
uses: notthebestdev/setup-rokit@v1
with:
version: v1.1.1| Name | Description | Default | Example |
|---|---|---|---|
version |
Rokit version to install (tag name). Use latest for the newest release. |
latest |
v1.1.1 |
This project is licensed under the MIT License.