Skip to content

Commit 62a4d75

Browse files
authored
Also cache _build for Elixir
1 parent 0781355 commit 62a4d75

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
@@ -99,7 +99,9 @@ steps:
9999
```yaml
100100
- uses: actions/cache@v2
101101
with:
102-
path: deps
102+
path: |
103+
deps
104+
_build
103105
key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }}
104106
restore-keys: |
105107
${{ runner.os }}-mix-

0 commit comments

Comments
 (0)