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: | path: |
deps deps
_build _build
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock')) }} key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: | restore-keys: |
${{ runner.os }}-mix- ${{ runner.os }}-mix-
``` ```

Loading…
Cancel
Save