mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 02:02:53 +01:00
Also cache _build for Elixir
This commit is contained in:
parent
0781355a23
commit
62a4d75442
1 changed files with 3 additions and 1 deletions
|
@ -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-
|
||||
|
|
Loading…
Reference in a new issue