actions-marketplace-validations/Install TagLib
Checkout TagLib master, build it and install to the specified lib/include dirs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 14, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/anthepro_install-taglib@aa18594c185866c45f04c9013e41e9ea7382c409 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| includedir | The directory where the header file should be placed, relative to the current workspace. | yes | include |
| libdir | The directory where the lib file(s) should be placed, relative to the current workspace. | yes | lib |
| static | Whether to build a static or dynamic library. | yes | true |
| artifact | Whether to create an artifact that contains lib files and headers. | yes | false |
Outputs
no outputs