Skip to content

MinaFoundation/install-minimina-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-minimina-action

This GitHub action facilitates the installation of Minimina within your GitHub workflow. Upon successful execution, Minimina files are stored at $MINIMINA_HOME\.minimina.

📖 Usage

1. Installing from a Package Stream

To install Minimina as a .deb package from a predefined stream:

jobs:
  setup-minimina:
    runs-on: ubuntu-latest
    steps:
    - uses: MinaFoundation/install-minimina-action@v1
      with:
        stream: 'stable'  # Options: 'stable' or 'unstable';
                          # Defaults to 'stable' if omitted.

2. Building from a Specific Commit or Branch

To install and build Minimina directly from a given commit hash or branch:

jobs:
  setup-minimina:
    runs-on: ubuntu-latest
    steps:
    - uses: MinaFoundation/install-minimina-action@v1
      with:
        commit_or_branch: 'main'  # Replace 'main' with your desired commit or branch

⚠️ Note: Ensure both Rust and cargo are present in your environment when opting to install and build from a commit or branch.

For a more comprehensive guide and additional examples, please refer to the examples.yml workflow.

About

GH action for installing MiniMina.

Resources

License

Stars

Watchers

Forks

Packages

No packages published