Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

MinaFoundation/install-minimina-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is no longer maintained. Please refer to the actively maintained version at https://github.com/o1-labs/install-minimina-action.

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

 
 
 

Contributors