mishura4/Install boost
Build or retrieve boost & set paths
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of boost to install | no | — |
| download-url | Where to download the archive from | no | — |
| variant | Variants to build | — | debug,release |
| toolset | Toolset to use | yes | — |
| runtime-link | How to link the runtime library | no | — |
| threading | Threading mode to use | no | — |
| link | How to link boost | no | — |
| cxxstd | C++ standard to use (restricts which libraries are built) | no | — |
| address-model | Address-model | no | — |
| stdlib | Standard library to use | no | — |
| install-dir | Where to install boost | no | ${{ github.workspace }}/boost-install |
Outputs
| name | description |
|---|---|
| boostdir | Path at which boost was installed |