arturo-lang/Arturo Builder
Setup Arturo environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 27, 2026
- License
- MIT
Pinned Snippet
uses: arturo-lang/setup-arturo@501152872957d927c09054d084574e914b10627f # v2.7.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Build mode (mini, full, docgen, safe) | — | full |
| token | GITHUB_TOKEN secret | yes | — |
| arch | Target architecture (amd64, arm64, js) | — | amd64 |
| src | Arturo version/ref to use | — | "" |
| metadata | Embeddable build metadata | — | "" |
| os | Target OS (linux, windows, macos, freebsd, web) | — | linux |
| support | Build support level (empty=standard, legacy=older systems) | — | standard |
| create_artifact | Whether to create and upload artifact | — | false |
| artifact_version | Version string for artifact naming | — | "" |
| do | Action to perform (fetch, compile) | — | fetch |
| from | Source repository for fetch (stable, latest) | — | stable |
| artifacts_only | Skip environment setup, just download and upload artifacts (only works with do=fetch) | — | false |
| release | Make an official release (compile mode only) | — | false |
Outputs
no outputs