Skip to content

Commit

Permalink
Make it more obvious that the cache call does double duty
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Axelson committed Feb 6, 2021
1 parent 26968a0 commit 2086306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
run: /primes.sh -d prime-numbers
```

Note: The call to cache both restores the cache and sets up a hook to restore the cache at the end of the workflow so you need to add the cache step near the beginning of your workflow.

## Implementation Examples

Every programming language and framework has its own way of caching.
Expand Down

0 comments on commit 2086306

Please sign in to comment.