autonomy-logic/Setup STruC++
Download and configure STruC++ (IEC 61131-3 Structured Text to C++ compiler)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 2, 2026
- License
- None
Pinned Snippet
uses: autonomy-logic/setup-strucpp@2cd150c9d058992c83ac0a30004056f0351a2473 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | STruC++ version to install (e.g., "0.1.4"). Default: latest release. | no | latest |
| token | GitHub token for downloading releases. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | Installed STruC++ version |
| path | Path to STruC++ installation directory |