Caching Dialyzer output with GitHub Actions

Side note, I think you should include the elixir and erlang version in your cache-keys, so that it will break the cache when you increment those versions.

Typically you would add a version (v1) to the key, but since GH Actions puts the versions in your matrix in scope you can use those.

6 Likes