Skip to content

Commit

Permalink
Separate cache version for elixir/erlang combo
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed May 5, 2024
1 parent b3882c7 commit c6b6eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
~/.mix
_build
deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
key: ${{ runner.os }}-otp-${{ matrix.otp}}-elixir-${{ maxtrix.elixir }}-mix-${{ hashFiles('**/mix.lock') }}
- name: Install inotify
run: sudo apt-get install inotify-tools
- name: Install Dependencies
Expand Down

0 comments on commit c6b6eb7

Please sign in to comment.