lens0021/Setup Amber Compiler
Download an Amber compiler.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 21, 2026
- License
- GPL 3.0
Pinned Snippet
uses: lens0021/setup-amber@8d238a8b042c54dc73f555fa5f25948311f5a126 # v2.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| amber-version | The version of Amber to install. | — | 0.5.1-alpha |
| amber-repository-url | The Git repository URL to clone Amber from when building from source. Defaults to the official Amber repository. | — | https://github.com/amber-lang/amber.git |
| amber-repository-ref | A Git ref (commit SHA, branch name, or tag name) to build Amber from source. If provided, this overrides 'amber-version' and triggers a build from source. | — | "" |
| enable-cache | Whether to cache Amber binaries. | — | true |
| cache-path | The path to directory where Amber binary caches are stored. If empty string is given, defaults to ~/.tools on the runner. | — | "" |
| bin-path | The path to location where the final amber binary should be located. Default to `/usr/local/bin/amber`. | — | /usr/local/bin/amber |
Outputs
| name | description |
|---|---|
| amber-path | The path where the Amber binary was installed. |