Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸ—οΈ A GitHub Action to install Roc

License

MIT, MIT licenses found

Licenses found

MIT
LICENCE
MIT
LICENCE-actions-setup-python
Notifications You must be signed in to change notification settings

Hasnep/setup-roc

Repository files navigation

setup-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

  • Linux
    • ARM64
    • x86-64
  • MacOS
    • ARM64 (Apple Silicon)
    • x86-64

Other combinations of OS and architecture are not currently supported.

Inputs

  • roc-version - The version of Roc to use, defaults to nightly. Mutually exclusive with the roc-version-file input.
  • roc-version-file - Path to a file containing the Roc version to use. Mutually exclusive with the roc-version input.
  • token - GitHub token to use when accessing the GitHub API. Defaults to the automatically generated GitHub token.

Outputs

  • roc-version - The installed Roc version.
  • roc-path - The absolute path to the Roc executable.

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.

About

πŸ—οΈ A GitHub Action to install Roc

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENCE
MIT
LICENCE-actions-setup-python

Stars

Watchers

Forks

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /