Skip to content

Commit

Permalink
Merge pull request actions#469 from ericmj/patch-1
Browse files Browse the repository at this point in the history
Also cache _build for Elixir
  • Loading branch information
jclem committed Mar 31, 2021
2 parents 4498c5b + 62a4d75 commit 981fa98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ steps:
```yaml
- uses: actions/cache@v2
with:
path: deps
path: |
deps
_build
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
restore-keys: |
${{ runner.os }}-mix-
Expand Down

0 comments on commit 981fa98

Please sign in to comment.