actions-marketplace-validations/Build Boost
Download & build Boost
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 17, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/egor-tensin_build-boost@1730324e8bceba72ec6a6dbf2915bafa1904ca5e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version to build | yes | — |
| libraries | Space-separated list of libraries | yes | — |
| toolset | Toolset to use | no | auto |
| platform | Target platform | no | x64 |
| configuration | Configuration to build | no | Release |
| static | Build static libraries | no | 0 |
| static-runtime | Link to the static runtime | no | 0 |
| directory | Destination directory | no | — |
Outputs
| name | description |
|---|---|
| root | Root Boost directory |
| librarydir | Directory with built Boost libraries |