elixir typo - stray parenthesis

pull/569/head
Kalin Harvey 4 years ago
parent 366e5ba022
commit 9a6e09c2e3
No known key found for this signature in database
GPG Key ID: 0B56C2324DBFEF87

@ -104,7 +104,7 @@ steps:
path: |
deps
_build
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }}
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: |
${{ runner.os }}-mix-
```

Loading…
Cancel
Save