We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55eb82 commit 945c7ebCopy full SHA for 945c7eb
.github/workflows/ci.yml
@@ -38,7 +38,10 @@ jobs:
38
~/.mix
39
deps
40
_build
41
- key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
+ 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 }}-
45
- name: Install Dependencies
46
run: |
47
mix local.rebar --force
0 commit comments