b-lang-org/Download and install BSC
Install the latest working commit or a specific release of BSC
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 29, 2026
- License
- BSD
Pinned Snippet
uses: b-lang-org/download-bsc@132a17bff5bf2d31c0d55262ca126cd64b18d3c2 # v2.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The release tag to download or 'latest' for the latest working commit | no | latest |
| os | The operating system | yes | — |
| path | The directory where the artifact is extracted | no | ./ |
| debug | Whether to enable debug logging | no | ${{ runner.debug }} |
| github_token | GitHub token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| tag | The version tag of the BSC that was installed |
| commit | The commit hash of the BSC that was installed |