baltamatica-actions/Set up Baltamatica
Set up Baltamatica on GitHub Actions runners.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 3, 2026
- License
- MIT
Pinned Snippet
uses: baltamatica-actions/setup-baltamatica@19c2657ed5fa7c1cf6c6cfc95fc7b190177335c0 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Baltamatica version to install, for example latest, 1.2.0, or nightly. | no | latest |
| manifest-url | URL or local path to a Baltamatica release manifest. | no | https://raw.githubusercontent.com/baltamatica-actions/setup-baltamatica/v1/manifest.json |
| download-url | Override release manifest resolution and install from this archive URL or local path. | no | "" |
| sha256 | SHA-256 checksum for download-url. | no | "" |
| archive-type | Package type for download-url. Supported values include tar, zip, 7z, deb, dmg, exe, msi, and pkg. | no | "" |
| install-command | Custom native installer command. Use {installer} and {install-dir} placeholders. | no | "" |
| executable-name | Baltamatica executable name to find after installation. | no | baltamatica |
| root-path | Relative path inside the extracted archive that contains the Baltamatica installation root. | no | "" |
| bin-path | Relative path from the installation root to the directory containing the baltamatica executable. | no | bin |
| cache | Cache Baltamatica installation using GitHub Actions cache. | no | false |
| install-dir | Directory where Baltamatica should be installed. Defaults to the runner tool cache. | no | "" |
| install-system-dependencies | Install required Linux system dependencies. Currently accepted for forward compatibility. | no | auto |
Outputs
| name | description |
|---|---|
| baltamatica-root | Path to the Baltamatica installation root. |
| baltamatica-version | Installed Baltamatica version. |
| cache-hit | Whether the installation was restored from cache. |