Skip to content

chaseruskin/setup-orbit

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-orbit action

Test

This GitHub Action will install a release of Orbit, an agile package manager and extensible build tool for hardware description languages (HDLs).

Usage

Examples

In most cases all you will need is the following in your workflow.

- uses: chaseruskin/setup-orbit@v0

If you want a specific version of orbit, you can specify this by passing the orbit-version input.

- uses: chaseruskin/setup-orbit@v0
  with:
    orbit-version: '0.12.0'

Inputs

Name Required Description Type Default
orbit-version no A valid semver specification. string null

By default, the latest version of orbit will be installed.