actions-marketplace-validations/Build Ring Project
A GitHub Action that compiles Ring Programming Language projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 7, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ysdragon_ring-action@bd760e13be896359c4dc30bb86781c7024c0e1da # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to the Ring source file to build | no | — |
| command | Command to execute (if file is not specified) | no | — |
| output_exe | Set to `true` to generate an executable using Ring2EXE | no | false |
| args | Additional arguments to pass to Ring or Ring2EXE | no | "" |
| ring_packages | Space-separated list of packages to install from RingPM | no | — |
| version | Specify the version of the Ring compiler to use (commit ID, tag, branch, or hash) | no | v1.27 |
| arch | Target architecture for MSVC compiler on Windows (x64, x86, arm64) | no | x64 |
| cache | Set to `false` to disable caching of the Ring installation | no | true |
Outputs
no outputs