elixir typo - stray parenthesis

This commit is contained in:
Kalin Harvey 2021-04-19 23:03:51 -07:00
parent 366e5ba022
commit 9a6e09c2e3
No known key found for this signature in database
GPG key ID: 0B56C2324DBFEF87

View file

@ -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-
```