Ha.nnes.dev

setup-roc

🏗️

A GitHub Action to install Roc

A GitHub Action to install Roc. Currently, only installs the latest nightly version.

Usage

Add a step that uses hasnep/setup-roc to a GitHub actions workflow file to install Roc and add the binary to the PATH.

steps:
  - name: Install Roc
    uses: hasnep/setup-roc@main
    with:
      roc-version: nightly
  - name: Check the Roc version
    run: roc --version

The action is designed to work on

Other combinations of OS and architecture are not currently supported.

Inputs

Outputs

Licence

This repository is released under the MIT licence and is based on the actions/setup-python repository which is also released under the MIT licence.