elixir typo - stray parenthesis (#569)

This commit is contained in:
kalin 2021-04-20 06:51:44 -07:00 committed by GitHub
parent 366e5ba022
commit 3a696372f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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