Skip to content

Commit 2a8385c

Browse files
committed
mised a key
1 parent d066729 commit 2a8385c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
apps/**/deps
5151
apps/**/_build
5252
53-
key: ${{ runner.os }}-mix-${{ env.DEFAULT_ELIXIR }}-${{ env.DEFAULT_OTP }}-${{ hashFiles('/apps/**/mix.lock') }}
53+
key: ${{ runner.os }}-mix-${{ env.DEFAULT_ELIXIR }}-${{ env.DEFAULT_OTP }}-${{ hashFiles('apps/**/mix.lock') }}
5454
restore-keys: |
5555
${{ runner.os }}-mix-${{ env.DEFAULT_ELIXIR }}-${{ env.DEFAULT_OTP }}-
5656
@@ -197,7 +197,7 @@ jobs:
197197
apps/**/deps
198198
apps/**/_build
199199
200-
key: ${{ runner.os }}-mix-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('/apps/**/mix.lock') }}
200+
key: ${{ runner.os }}-mix-${{ matrix.elixir }}-${{ matrix.otp }}-${{ hashFiles('apps/**/mix.lock') }}
201201
restore-keys: |
202202
${{ runner.os }}-mix-${{ matrix.elixir }}-${{ matrix.otp }}-
203203

0 commit comments

Comments
 (0)