baltamatica-actions/Set up Baltamatica

Set up Baltamatica on GitHub Actions runners.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 3, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: baltamatica-actions/setup-baltamatica@19c2657ed5fa7c1cf6c6cfc95fc7b190177335c0 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionBaltamatica version to install, for example latest, 1.2.0, or nightly.nolatest
manifest-urlURL or local path to a Baltamatica release manifest.nohttps://raw.githubusercontent.com/baltamatica-actions/setup-baltamatica/v1/manifest.json
download-urlOverride release manifest resolution and install from this archive URL or local path.no""
sha256SHA-256 checksum for download-url.no""
archive-typePackage type for download-url. Supported values include tar, zip, 7z, deb, dmg, exe, msi, and pkg.no""
install-commandCustom native installer command. Use {installer} and {install-dir} placeholders.no""
executable-nameBaltamatica executable name to find after installation.nobaltamatica
root-pathRelative path inside the extracted archive that contains the Baltamatica installation root.no""
bin-pathRelative path from the installation root to the directory containing the baltamatica executable.nobin
cacheCache Baltamatica installation using GitHub Actions cache.nofalse
install-dirDirectory where Baltamatica should be installed. Defaults to the runner tool cache.no""
install-system-dependenciesInstall required Linux system dependencies. Currently accepted for forward compatibility.noauto
namedescription
baltamatica-rootPath to the Baltamatica installation root.
baltamatica-versionInstalled Baltamatica version.
cache-hitWhether the installation was restored from cache.