Skip to content

Commit 981fa98

Browse files
authored
Merge pull request #469 from ericmj/patch-1
Also cache _build for Elixir
2 parents 4498c5b + 62a4d75 commit 981fa98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ steps:
100100
```yaml
101101
- uses: actions/cache@v2
102102
with:
103-
path: deps
103+
path: |
104+
deps
105+
_build
104106
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
105107
restore-keys: |
106108
${{ runner.os }}-mix-

0 commit comments

Comments
 (0)