File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments