Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Dec 7, 2020
1 parent 10b0a31 commit bb0b31f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ separetely. An additional key can be specified like this:

This action is based on https://cristianadam.eu/20200113/speeding-up-c-plus-plus-github-actions-using-ccache/

In a nutshell, the `.ccache` folder is configured in the runner path and the folder is persisted and reloaded using (`cache`)[https://github.com/actions/toolkit/tree/main/packages/cache].
In a nutshell, the `.ccache` folder is configured in the runner path and the folder is persisted and reloaded using [`cache`](https://github.com/actions/toolkit/tree/main/packages/cache).
For more details see: https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows.

## Stats
Expand All @@ -57,4 +57,4 @@ Stats are provided as part of the post action, check the output to see if cache

## Example use:

- (Keyvi)[https://github.com/KeyviDev/keyvi/blob/master/.github/workflows/keyvi.yml]
- [Keyvi](https://github.com/KeyviDev/keyvi/blob/master/.github/workflows/keyvi.yml)

0 comments on commit bb0b31f

Please sign in to comment.