Skip to content

Commit

Permalink
Also cache _build for Elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Meadows-Jönsson authored and GitHub committed Nov 24, 2020
1 parent 0781355 commit 62a4d75
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 @@ -99,7 +99,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 62a4d75

Please sign in to comment.