Skip to content

notthebestdev/setup-rokit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ setup-rokit

GitHub release GitHub Marketplace

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.


πŸ“¦ Features

  • Install the latest Rokit release or pin to a specific version
  • Cross-platform support (Linux, macOS, Windows)
  • Easy to use with GitHub Actions
  • Adds rokit to the system PATH

⚑ Usage

Install latest Rokit

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

Pin to a specific version

- name: Setup Rokit v1.1.1
  uses: notthebestdev/setup-rokit@v1
  with:
    version: v1.1.1

βš™οΈ Inputs

Name Description Default Example
version Rokit version to install (tag name). Use latest for the newest release. latest v1.1.1

πŸ“ License

This project is licensed under the MIT License.

About

πŸ”§ An GitHub Action to install Rokit for Roblox projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published