Add C++ Boost library example

While Linux and Windows have Boost preinstalled, on macOS, it is not.
As downloading and building boost takes a lot of time, caching the
resulting install dir can result in considerable resource saving.
The shown example was tested here:
https://github.com/Morgan-Stanley/binlog/actions/runs/50704053
Successful cache hit:
https://github.com/Morgan-Stanley/binlog/runs/493249216
This commit is contained in:
Thaler Benedek 2020-03-06 12:28:37 +01:00 committed by erenon
commit e79a86ce00
2 changed files with 36 additions and 0 deletions

View file

@ -60,6 +60,7 @@ Every programming language and framework has its own way of caching.
See [Examples](examples.md) for a list of `actions/cache` implementations for use with:
- [C++ - Boost](./examples.md#c---boost)
- [C# - Nuget](./examples.md#c---nuget)
- [Elixir - Mix](./examples.md#elixir---mix)
- [Go - Modules](./examples.md#go---modules)