1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-03 16:59:55 +02:00

Implemented C++ with CPM.cmake example

This commit is contained in:
Leonardo Lima 2020-10-05 06:03:08 -03:00
parent d606e039ae
commit 59fff6f49c
2 changed files with 25 additions and 0 deletions

View file

@ -87,6 +87,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++ - CPM.cmake](./examples.md#c---cpm.cmake)
- [C# - Nuget](./examples.md#c---nuget)
- [D - DUB](./examples.md#d---dub)
- [Elixir - Mix](./examples.md#elixir---mix)