Build Boost
Version updated for https://github.com/egor-tensin/build-boost to version v2.0.1.
- This action is used across all versions by 78 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the downloading, building, and installation of specified Boost libraries during a workflow run. It supports customization of Boost version, library selection, platform, build configuration (e.g., Debug or Release), and linking options (static or shared runtime). By streamlining the setup and build process, this action simplifies dependency management for projects that rely on Boost, saving time and effort in CI/CD pipelines.
What’s Changed
- README: fix a path (4ef4b1f)
- forgot to update README (7eaeb5d)
- upgrade cmake-common to v6 (855a4c6)
- Merge pull request #12 from egor-tensin/dependabot/github_actions/egor-tensin/cleanup-path-5 (335d4ae)
- build(deps): bump egor-tensin/cleanup-path from 4 to 5 (5dbf7c0)
- workflows: remove on: pull_request (715e219)
- upgrade cmake-common (1730324)
- update versions across the board (0b0569a)
- workflows/test: fix MacOS failures (fc93c8e)
- workflows/python: upgrade Boost version (992d015)