mirror of
https://github.com/actions/cache.git
synced 2025-06-30 21:14:14 +00:00
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:
parent
826785142a
commit
e79a86ce00
2 changed files with 36 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue