Skip to content

Commit 945c7eb

Browse files
committed
Also update caching
1 parent d55eb82 commit 945c7eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
~/.mix
3939
deps
4040
_build
41-
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
41+
key: ${{ runner.os }}-elixir-${{ matrix.elixir }}-erlang-${{ matrix.otp }}-mix_lock-${{ hashFiles('**/mix.lock') }}
42+
restore-keys: |
43+
${{ runner.os }}-elixir-${{ matrix.elixir }}-erlang-${{ matrix.otp }}-
44+
${{ runner.os }}-
4245
- name: Install Dependencies
4346
run: |
4447
mix local.rebar --force

0 commit comments

Comments
 (0)